1、vue最常用的引入方式(ES6的新语法)
<style scoped>
@import "../assets/common/common.css";//自定义.css的样式路径
</style>
2、旧的引入CSS样式的方式
head中引入
<link rel="stylesheet" href="wcss.css" type="text/css" />
1、vue最常用的引入方式(ES6的新语法)
<style scoped>
@import "../assets/common/common.css";//自定义.css的样式路径
</style>
2、旧的引入CSS样式的方式
head中引入
<link rel="stylesheet" href="wcss.css" type="text/css" />