摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-10 16:07 一只大鹅 阅读(1722) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-10 15:51 一只大鹅 阅读(174) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-10 15:39 一只大鹅 阅读(131) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-10 15:20 一只大鹅 阅读(1584) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-10 15:13 一只大鹅 阅读(517) 评论(0) 推荐(0)
摘要: (function (window) { 'use strict'; const vm = new Vue ({ el:'#app', data:{ name:'', list:[ {id:1,name:'抽烟',completed:false}, {id:2,name:'喝酒',completed 阅读全文
posted @ 2019-06-10 11:09 一只大鹅 阅读(5649) 评论(0) 推荐(1)
摘要: (function (window) { 'use strict'; const vm = new Vue ({ el:'#app', data:{ name:'', list:[ {id:1,name:'抽烟',completed:false}, {id:2,name:'喝酒',completed 阅读全文
posted @ 2019-06-10 11:02 一只大鹅 阅读(440) 评论(0) 推荐(0)
摘要: (function (window) { 'use strict'; const vm = new Vue ({ el:'#app', data:{ name:'', list:[ {id:1,name:'抽烟',completed:false}, {id:2,name:'喝酒',completed 阅读全文
posted @ 2019-06-10 10:55 一只大鹅 阅读(4136) 评论(0) 推荐(0)
摘要: <input class="new-todo" placeholder="What needs to be done?" autofocus @keyup.enter="add" > 阅读全文
posted @ 2019-06-10 10:15 一只大鹅 阅读(4951) 评论(0) 推荐(0)
摘要: <li :class="{completed:item.completed}" v-for='item in list' :key="item.id"> <div class="view"> <input class="toggle" type="checkbox" checked> <label> 阅读全文
posted @ 2019-06-10 09:12 一只大鹅 阅读(333) 评论(0) 推荐(0)
摘要: npm i -s vue 阅读全文
posted @ 2019-06-10 08:42 一只大鹅 阅读(566) 评论(0) 推荐(0)
摘要: css包没下载 文件 npm i 下载css包 阅读全文
posted @ 2019-06-10 08:39 一只大鹅 阅读(158) 评论(0) 推荐(0)