用 vue init webpack-simple 创建的项目中用
@import '~static/index.css'; 有效
用 vue init webpack 创建的不行啊?要怎么取路径在 vue 中引入 css 呢
1
airyland 2017 年 12 月 6 日
没有设置 alias 用相对路径就可以了。
|