05 2018 档案

摘要:错误提示: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead. 翻译: 阅读全文
posted @ 2018-05-28 20:51 amyleell 阅读(1622) 评论(0) 推荐(0)
摘要:Vue.js学习笔记:属性绑定 v-bind v-bind 主要用于属性绑定,Vue官方提供了一个简写方式 :bind,例如: <!-- 完整语法 --> <a v-bind:href="url"></a> <!-- 缩写 --> <a :href="url"></a> 绑定HTML Class 一 阅读全文
posted @ 2018-05-24 09:13 amyleell 阅读(8744) 评论(0) 推荐(0)