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

来源:4-2 使用vue-cli开发TodoList

China哈哈

2018-11-09 21:14

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


写回答 关注

1回答

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

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

    话说报错的截图你也没上

vue2.5入门

快速理解Vue编程理念上手Vue2.0开发。

146818 学习 · 657 问题

查看课程

相似问题