问答详情
源自:4-2 使用vue-cli开发TodoList

跟着做的,为什么我把helloworld组件里style中的内容删了会报错呃

<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>


提问者:China哈哈 2018-11-09 21:14

个回答

  • qq_慕雪0346513
    2019-05-23 15:34:43

    style里面可以是空的 但是<style></style>的标签不能没有 不然编译的时候会错吧

    话说报错的截图你也没上