【发布时间】:2019-01-23 18:15:00
【问题描述】:
使用 vuetify 框架构建 vue-cli 应用时出错。
This dependency was not found:
* vuetify/es5/components/VCardTitle in ./src/plugins/vuetify.js
To install it, you can run: npm install --save vuetify/es5/components/VCardTitle
当我尝试安装它时,它说:
error Received malformed response from registry for undefined. The registry may be down.
有什么想法吗?
json 包:"vuetify": "^1.1.12"
我正在使用 vuetify a-la-carte。
我还在导入和组件的 vuetify.js 文件中添加了VCardTitle。
【问题讨论】:
标签: vue.js vuetify.js