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
https://github.com/wgh970312/integrated-vant
4.9.4
当我在nuxt中配置将vant单独打包后,访问项目时,会提示Cannot access 'fo' before initialization。其中fo是vue的class RefImpl{}
我在nuxt中添加了配置,将vant单独打包
vite: { build: { rollupOptions: { output: { manualChunks(id) {if (id.includes('node_modules/vant/')) { return 'vant' } } } } } }
这种情况还在我单独导入Sticky组件时出现,比如
import { Sticky } from 'vant' import 'vant/es/sticky/style' <component :is="sticky ? Sticky : 'div'"> <button>button</button> </component>
No response
The text was updated successfully, but these errors were encountered:
当使用了allowMultipleToast后,然后在其他页面打开toast,toast的背景变成了白的的。看样式发现van-popup的样式被放到van-toast的上面了
Sorry, something went wrong.
No branches or pull requests
重现链接
https://github.com/wgh970312/integrated-vant
Vant 版本
4.9.4
描述一下你遇到的问题。
当我在nuxt中配置将vant单独打包后,访问项目时,会提示Cannot access 'fo' before initialization。其中fo是vue的class RefImpl{}
重现步骤
我在nuxt中添加了配置,将vant单独打包
这种情况还在我单独导入Sticky组件时出现,比如
设备/浏览器
No response
The text was updated successfully, but these errors were encountered: