We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,我定义了一个插件:
import SeamlessScroll from 'vue3-seamless-scroll' export default defineNuxtPlugin({ name: 'vue3-seamless-scroll', async setup (nuxtApp) { nuxtApp.vueApp.use(SeamlessScroll, { name: 'vue3-seamless-scroll' }) }, env: { islands: true } })
然后在nuxt.config.ts文件配置了一下
plugins: [ { src: '@/plugins/vue-seamless-scroll', ssr: false } ]
然后在页面正常使用,就会报错:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题,我定义了一个插件:
然后在nuxt.config.ts文件配置了一下
然后在页面正常使用,就会报错:
The text was updated successfully, but these errors were encountered: