安装的应该没问题,删了重装也还是这样的
import Vue from 'vue'
import App from './App'
// import router from './router'
import 'common/stylus/index.styl'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
render: h => h(App)
})
安装的应该没问题,删了重装也还是这样的
import Vue from 'vue'
import App from './App'
// import router from './router'
import 'common/stylus/index.styl'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
render: h => h(App)
})
13 回答12.7k 阅读
7 回答1.8k 阅读
9 回答1.6k 阅读✓ 已解决
3 回答2.5k 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
3 回答1.3k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
import 'common/stylus/index.styl'
这里应该是你的相对路径,不然的化,就会出现你上面的问题