摘要: <body> <div id='root'> <h1>{{msg}}</h1> </div> <script> new Vue({ el:'#root', data:{ msg:'hello world' } }) </script> </body> 挂载点:element对应的标签 挂载点:ele 阅读全文
posted @ 2018-08-25 16:52 wzndkj 阅读(770) 评论(0) 推荐(0) 编辑