之前没有见过这种引入方式 没有看到vant文档上面写过这种的 请各位大佬指教 这个是什么引入方式
https://github.com/youzan/vant/blob/d97f7f644fd8b60d8b8ec6f4780a8898a9028af2/src/utils/create/index.ts#L12
私以为这是一种很愚蠢的引入方式,正确的应该为:
import { PasswordInput, NumberKeyboard } form 'vant' export default { name: "inputcaptcha", components: { PasswordInput, NumberKeyboard } }
就好了。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
https://github.com/youzan/vant/blob/d97f7f644fd8b60d8b8ec6f4780a8898a9028af2/src/utils/create/index.ts#L12
私以为这是一种很愚蠢的引入方式,正确的应该为:
就好了。