摘要: Document {{msg}} {{msg}} // 二次视频 v-pre&v-cloak&v-once {{message}} 渲染完成后,才显示! ... 阅读全文
posted @ 2017-09-12 23:09 Jinsuo 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <div id="box" v-text="msg" > </div> <div id="box" v- 阅读全文
posted @ 2017-09-12 23:09 Jinsuo 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Document {{ float_number|toInt1|toInt2(3, 22) }} 阅读全文
posted @ 2017-09-12 23:00 Jinsuo 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Document {{ float_number | toInt }} 阅读全文
posted @ 2017-09-12 16:42 Jinsuo 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 在html中插入数据控件有2种方式,一种是{{}}双花括号,一种是directive,类似v-on:click这种写法 <span v-once>This will never change: {{ msg }}</span> 这样视图中的msg就不会变了。 过滤器 {{ float_number 阅读全文
posted @ 2017-09-12 10:43 Jinsuo 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Document 姓名:{{name}} 年龄:{{age}} 性别:{{sex}} 获取数据 获取数据 --> 阅读全文
posted @ 2017-09-12 10:39 Jinsuo 阅读(246) 评论(0) 推荐(0) 编辑