gpt4 book ai didi

typescript - 找不到模块 'vuelidate' 的声明文件

转载 作者:行者123 更新时间:2023-12-04 08:54:36 27 4
gpt4 key购买 nike

在 Vuejs 中,在遵循 Vuelidate 安装说明 ( https://vuelidate.js.org/#getting-started ) 时,我在以下位置收到警告:

从“vuelidate”导入 Vuelidate

警告说:

Could not find a declaration file for module 'vuelidate'. 'c:/Users/[myUser]/../../index.js' implicitly has an 'any' type.Try npm install @types/vuelidate if it exists or add a new declaration (.d.ts) file containing declare module 'vuelidate';ts(7016)

最佳答案

看来您正在使用 typescript ,因此 Vue 需要 type declaration file对于所有 Vuelidate 方法和属性。如果您按照建议运行 npm install @types/vuelidate,错误应该会消失。

将来,如果您正在使用尚未通过 npm 发布类型的 npm 模块,则必须 write the declaration file yourself ,但暂时不要担心。

关于typescript - 找不到模块 'vuelidate' 的声明文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63908945/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com