安装的应该没问题,删了重装也还是这样的
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)
})
11 回答1.3k 阅读
3 回答965 阅读✓ 已解决
4 回答575 阅读✓ 已解决
3 回答854 阅读
1 回答851 阅读✓ 已解决
1 回答1.1k 阅读
2 回答482 阅读✓ 已解决
import 'common/stylus/index.styl'这里应该是你的相对路径,不然的化,就会出现你上面的问题