【发布时间】:2019-10-27 23:46:36
【问题描述】:
在添加/集成 Vuetify 时出错,例如从 main.js 中的 'vuetify/lib' Vue.use(Vuetify) 导入 Vuetify
错误:
ERROR in ./node_modules/vuetify/src/stylus/components/_grid.styl
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
| . @import '../bootstrap'
main.js
import Vuetify from 'vuetify/lib'
Vue.use(Vuetify)
【问题讨论】:
标签: vue.js webpack vuex vuetify.js