vue style中 import 与 src 用法
直接上干货:1、src<style lang="scss" scopedsrc="./index.scss"></style>2、import<style lang="scss" scoped>@import "./index.scss"</style>两种写法均可...
·
直接上干货:
1、src
<style lang="scss" scoped src="./index.scss">
</style>
2、import
<style lang="scss" scoped >
@import "./index.scss"
</style>
两种写法均可
更多推荐
已为社区贡献3条内容
所有评论(0)