6.1.html
v-for="story in methodName('var')" 调用方法获得list (页面用的bootstrap)
6.2.html
v-for调用的方法, 用sort方法排序 (感觉和java的接口类似, 写内置方法)
6.3.html
computed下方法中, 简单的过滤器, 实现数组中数据的过滤
6.4.html
v-for 中调用 {{inVar | filterFunc}} , 实现数据拼接过滤
7.2.html
给component动态添加template模版, 设置html (自定义元素 story)
7.3.html
给component动态添加template模版, 将template通过id方式, 写在外部 (自定义元素 story)
7.4.html
v-bind添加数据, template添加模版, 通过component连接对应的元素 (自定义元素 story)