美文网首页
vue引入公共css文件

vue引入公共css文件

作者: 一天的 | 来源:发表于2018-09-30 14:43 被阅读0次

如图是一个常见的vue文件结构

在app.html 或者*.vue中引入css,如下所示:

<style>

@import '/src/library/css/bootstrap.css';

@import '/src/library/css/bootstrap-select.min.css';

</style>

在 app.html引入css对阵个页面都生效,在vue文件中引入,只对改vue生成的页面有效

相关文章

网友评论

      本文标题:vue引入公共css文件

      本文链接:https://www.haomeiwen.com/subject/xkswoftx.html