vue style中 import 与 src 用法

直接上干货:

1、src

<style lang="scss" scoped   src="./index.scss">
</style>

 2、import

<style lang="scss" scoped   >
@import "./index.scss"
</style>

两种写法均可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章