摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>示例</title> </head> <body> <div id="app"> <child-component> <p>分发的内容</p> <p>更多分发的内容</p> </c 阅读全文
posted @ 2021-01-08 17:46 炽橙子 阅读(2100) 评论(0) 推荐(0) 编辑
摘要: <div id="app"> <h1 id="myh">{{msg}}</h1> <button @click="change">点击</button> </div> <script> var vm = new Vue({ el: '#app', data: { msg: 'hello' }, me 阅读全文
posted @ 2021-01-08 16:52 炽橙子 阅读(863) 评论(0) 推荐(0) 编辑