随笔分类 -  Vue.js

摘要:<script> var Event = new Vue(); //组件A var A = { data: function() { return { a: "../images/1.jpg", b: "../images/2.png", c: "../images/3.jpg" } }, temp 阅读全文
posted @ 2017-11-21 21:13 JKMI 阅读(861) 评论(0) 推荐(1)
摘要:HTML部分: <div class="web" id="vm"> <h1>网址导航</h1> <div class="web-list"> <table> <thead> <tr> <th width="25%">网站名称</th> <th>网址</th> <th width="14%">好评度< 阅读全文
posted @ 2017-11-17 15:17 JKMI 阅读(389) 评论(0) 推荐(0)