1. 首页
  2. 数据库
  3. 其它
  4. Vue中”This dependency was not found”问题的解决方法

Vue中”This dependency was not found”问题的解决方法

上传者: 2020-12-31 04:14:33上传 PDF文件 36KB 热度 23次
今天在初始化项目中,出现了一个奇怪的情况:明明路径是对的,但是编译的时候,一直报“This dependency was not found”的错。 代码如下: import Vue from 'vue' import App from './App' import router from './router' import 'common/stylus/index.styl' /* eslint-disable no-new */ new Vue({ el: '#app', render: h => h(App) }) 控制台一直报错,表示无法找到common/stylus/inde
用户评论