方案1、在main.js中引入方式

   import '@/assets/css/reset.css'

 

方案2、在.vue文件的<style/>标签里面引入

   @import "../assets/css/index.css";

相关文章: