安装的应该没问题,删了重装也还是这样的
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)
})
10 回答11.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
2 回答4.7k 阅读✓ 已解决
4 回答4.3k 阅读✓ 已解决
import 'common/stylus/index.styl'
这里应该是你的相对路径,不然的化,就会出现你上面的问题