vue 全局引入scss文件

Posted on 2021-06-02 17:15  凡凡0410  阅读(113)  评论(0编辑  收藏  举报

在APP.vue中

<style src="../src/styles/myiview.scss" lang="scss">
</style>
 
错误写法
<style>
  @import "../src/styles/myiview.scss"; ---- 这种方式引入之后,变量不生效,且嵌套不生效
</style>

Copyright © 2024 凡凡0410
Powered by .NET 9.0 on Kubernetes