gpt4 book ai didi

typescript - 如何在 A-La-Carte 系统中使用 vuetify 加载程序时导入 vuetify/lib

转载 作者:搜寻专家 更新时间:2023-10-30 22:04:27 98 4
gpt4 key购买 nike

vuetify 中使用 A-La-Carte 系统和 vuetify-loader 我在导入 vuetify/时遇到 typescript 错误lib,我无法理解我在这里做错了什么。需要一些帮助来导入它。

我在关注这个 documentation

import Vue from 'vue'
import Vuetify from 'vuetify/lib' // Error line
import 'vuetify/src/stylus/app.styl'

Vue.use(Vuetify)

Could not find a declaration file for module 'vuetify/lib'. '/Users/.../vuetify/lib/index.js' implicitly has an 'any' type.

我尝试用下面的行替换它,但效果不佳。

const Vuetify = require('vuetify/lib');

最佳答案

compilerOptions > types 中添加 vuetify tsconfig.json

它应该是这样的:

{
compilerOptions: {
//other options here
"types": ["vuetify"],
}
}

保存并重新加载您的 vscode

关于typescript - 如何在 A-La-Carte 系统中使用 vuetify 加载程序时导入 vuetify/lib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53588585/

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