<style scoped> <!-- Add "scoped" attribute to limit CSS to this component only -->
h1, h2 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
</style>
style里面可以是空的 但是<style></style>的标签不能没有 不然编译的时候会错吧
话说报错的截图你也没上