上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页
摘要: Document {{message}} 阅读全文
posted @ 2017-09-13 12:37 Jinsuo 阅读(424) 评论(0) 推荐(0) 编辑
摘要: Document {{msg}} {{msg}} // 二次视频 v-pre&v-cloak&v-once {{message}} 渲染完成后,才显示! ... 阅读全文
posted @ 2017-09-12 23:09 Jinsuo 阅读(161) 评论(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 阅读(123) 评论(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 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Document 姓名:{{name}} 年龄:{{age}} 性别:{{sex}} 获取数据 获取数据 --> 阅读全文
posted @ 2017-09-12 10:39 Jinsuo 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Document {{todo.text}} 阅读全文
posted @ 2017-09-11 14:47 Jinsuo 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Document {{message}} //意思是把message和input的value绑定。 //二次视频学习 v-model实例 原始文本信息:{{message}} 文本框: v-model: v-mo... 阅读全文
posted @ 2017-09-11 14:18 Jinsuo 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <div id="box"> {{message}} <button v-on:click="chang 阅读全文
posted @ 2017-09-11 12:51 Jinsuo 阅读(537) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页