摘要: v bind 缩写 v on 缩写 阅读全文
posted @ 2017-10-13 14:12 hopher 阅读(678) 评论(0) 推荐(0) 编辑
摘要: ``` <!doctype html vue route demo Hello App! <! 使用 router link 组件来导航. <! 通过传入 属性指定链接. <! <router link 默认会被渲染成一个 标签 Go to Foo Go to Bar <! 路由出口 <! 路由匹配 阅读全文
posted @ 2017-10-13 14:09 hopher 阅读(475) 评论(0) 推荐(0) 编辑
摘要: ``` vue hello world {{ message }} ``` 阅读全文
posted @ 2017-10-13 11:40 hopher 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 参考文献 https://cn.vuejs.org/v2/guide/components.html 使用插槽分发内容 阅读全文
posted @ 2017-10-13 11:33 hopher 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 参考文献 https://cn.vuejs.org/v2/guide/index.html 阅读全文
posted @ 2017-10-13 10:59 hopher 阅读(154) 评论(0) 推荐(0) 编辑