1、在vue文件中的<style>内填写需要引用的文件
如:
@import "./css/indexTest.css";
vue2.0引入现有css文件
原文:https://www.cnblogs.com/c-x-m/p/10109756.html