Phi*_*ore 24
在Vue组件中导入CSS
如果您正在设置并使用 webpack,您应该能够直接从<style>组件文件中的内部标签导入 css。
// In Component A
<style scoped>
@import "./X.css"
</style>
// In Component B
<style scoped>
@import "./Y.css"
</style>
Run Code Online (Sandbox Code Playgroud)
更多信息请点击这里:
| 归档时间: |
|
| 查看次数: |
33570 次 |
| 最近记录: |