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. 翻译:
阅读全文
摘要:Vue.js学习笔记:属性绑定 v-bind v-bind 主要用于属性绑定,Vue官方提供了一个简写方式 :bind,例如: <!-- 完整语法 --> <a v-bind:href="url"></a> <!-- 缩写 --> <a :href="url"></a> 绑定HTML Class 一
阅读全文

浙公网安备 33010602011771号