Apeller

导航

2019年11月21日 #

viewport

摘要: viewport, responsive web design,bootstap 来源:ninghao.net 阅读全文

posted @ 2019-11-21 23:41 Apeller 阅读(112) 评论(0) 推荐(0) 编辑

v-bind动态绑定class -16

摘要: 15 v-bind动态绑定class语法 以前css 绑定 <style> .app{ backgound:red; } </style> div.class="app" script new Vue({ el methods:{ //去管理class的添加删除 } }) P15 对象语法 v-bi 阅读全文

posted @ 2019-11-21 17:30 Apeller 阅读(126) 评论(0) 推荐(0) 编辑

v-bind 动态绑定数据

摘要: div#app img :src="imgURL" new Vue({ el:'app', imgURL="请求资源地址,图片地址.....", ..... }) //先把地址放入vue里,由VM 管理,动态添加 阅读全文

posted @ 2019-11-21 08:24 Apeller 阅读(630) 评论(0) 推荐(0) 编辑

插值操作 -13

摘要: v-once 该指令元素或组卷只渲染一次,不会随着数据的改变而改变 v-html 带网页标签内容可用这个 v-pre 网页只渲染一次 v-text 相对于Mustache 这东西会覆盖内容 v-block vue渲染可能存在延迟情况使用 setTimeout(function(){ new Vue 阅读全文

posted @ 2019-11-21 07:29 Apeller 阅读(91) 评论(0) 推荐(0) 编辑

vue初体验-前10集

摘要: (新)2019Vue、Vuejs最详细教程-入门到项目实战 阅读全文

posted @ 2019-11-21 00:08 Apeller 阅读(119) 评论(0) 推荐(0) 编辑