package does not support SSR, how can I import the external package so that the library works on Nuxt SSR as well?
the code import DirectiveName from 'directive-name' install: (Vue) => { Vue.directive(DirectiveName) }
Обсуждают сегодня