局部使用css文件
<style scoped>
@import "../../../static/css/header.css";
@import url("../../../static/css/header.css");
</style>
以上两种方法都是可以的,路径要使用相对路径。
<style scoped>
@import "../../../static/css/header.css";
@import url("../../../static/css/header.css");
</style>
以上两种方法都是可以的,路径要使用相对路径。