ERROR in ./src/app.vue?vue&type=style&index=0&id=4f2b4bd2&lang=stylus&scoped=true (./node_modules/vue-loader/lib??vue-loader-options!./src/app.vue?vue&type=style&index=0&id=4f2b4bd2&lang=stylus&scoped=true) 13:0
Module parse failed: Unexpected character '#' (13:0)
You may need an appropriate loader to handle this file type.
|
|
> #app{
| position absolute
| left 0
@ ./src/app.vue?vue&type=style&index=0&id=4f2b4bd2&lang=stylus&scoped=true 1:0-149 1:165-168 1:170-316 1:170-316
@ ./src/app.vue
@ ./src/index.js
我也有这个问题,后来我照vue-loader官网https://vue-loader.vuejs.org/zh/guide/pre-processors.html#stylus做就可以了,原来我是没有安装使用vue-style-loader
nssbm?
我也报同样的错,按着官方的写没用啊
<style scoped>好像就可以了
1L 里面就说了在文档里面,2L 直接贴了需要修改的地方。
test: /\.styl(us)?$/
我也遇到了,请问朋友最后怎么解决的啊,求帮助。。。
你好,这个问题要看vue-loader的官方文档
https://vue-loader.vuejs.org/zh/guide/pre-processors.html#stylus