Open wgh970312 opened 2 months ago
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
当使用了allowMultipleToast后,然后在其他页面打开toast,toast的背景变成了白的的。看样式发现van-popup的样式被放到van-toast的上面了
重现链接
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