如题
<style lang="scss" scoped>
@import "./style.scss";
.co-body {
height: 40px;
background-color: aqua;
}
</style>
<style src="../static/style.css"></style>
如题
<style lang="scss" scoped>
@import "./style.scss";
.co-body {
height: 40px;
background-color: aqua;
}
</style>
<style src="../static/style.css"></style>