The practices of my vue learning
first.html to create a simple vue demo. first.html只是个简单的vue小demo,显示了vue内的函数实现及使用
second.html trying to create a component for html file second.html是一个简单的vue组件化应用构建模型,创建了一个简单的组件
third.html just break the code to know how a var property works third.html深入了一下 vue 中数据的使用
fourth.html just make some practices with vue's v- directives fourth.html只是一些测试,用来测试 v- 指令的使用方法和效果
fifth.html built for making demo for vue's computed,methods and watch fifth.html进行了一系列关于 vue 中 computed methods 和 watch 的 demo
sixth.html is the demo of list's v-for action sixth.html针对 v-for 在列表中的内容进行了一些demo测试,比如从一个列表中拿取内容
seventh.html is the supplement of sixth.html seventh.html对 sixth.html 的内容进行了一些补充,比如如何调整显示的结果
eighth.html is how to use v-for in own component eighth.html是关于如何在组件中使用 v-for 指令内容