如果我的main.js是这样的话(./common/stylus/index有文件)import Vue from 'vue'import App from './App'import './common/stylus/index'/* eslint-disable no-new */new Vue({ el: '#app', render: h => h(App)})报的错是这样的ERROR Failed to compile with 1 errors 16:35:02This dependency was not found:* common/stylus/index in ./src/main.jsTo install it, you can run: npm install --save common/stylus/index所以说我不知道如何在js文件中引入stylus文件····
添加回答
举报
0/150
提交
取消