unplugin-vue-components
unplugin-vue-components copied to clipboard
Vant配置按需导入后,无法及时生成组件props类型提示
tsconfig.json已设置引入components.d.ts,但是无法实时获得props提示,我每次需要手动去保存下tsconfig.json才会有对应的类型提示
components.d.ts与src同级
试下配置加下
ComponentsPlugin({
dst: true,
}),
试下配置加下
ComponentsPlugin({ dst: true, }),
谢谢您,已解决
试下配置加下
ComponentsPlugin({ dst: true, }),
是dts