vant icon indicating copy to clipboard operation
vant copied to clipboard

chore: add exports fields

Open tolking opened this issue 8 months ago • 2 comments

Before submitting a pull request, please read the contributing guide.

在提交 pull request 之前,请阅读 贡献指南

fix vant-nuxt#31

unimport 中解析 vant 的目录大致为 ../../../node_modules/.pnpm/[email protected][email protected]/node_modules/vant/lib/vant.cjs,这使得自动导入的方法没有类型提示

增加导入后解析的目录变为 ../../../node_modules/.pnpm/[email protected][email protected]/node_modules/vant 类型提示正常

tolking avatar Jun 17 '24 02:06 tolking