摘要: <script> export default { name: 'HelloWorld', data() { return { msg: 'Welcome to Your Vue.js App', goods: [{ src: 'girl.jpg', link: 'http://wwww.baidu 阅读全文
posted @ 2021-07-21 14:04 thomas_blog 阅读(1366) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="hello"> <ul class="content" ref="content"> </ul> </div> </template> <script> export default { name: 'HelloWorld', mounted() { c 阅读全文
posted @ 2021-07-21 11:44 thomas_blog 阅读(1361) 评论(0) 推荐(0) 编辑