码迷,mamicode.com
首页 > Web开发 > 详细

vue.js

时间:2017-07-13 11:32:30      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:body   title   asc   head   app   order   html   text   rip   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
    <title>vue.js Hello World!</title>
<script type="text/javascript" src="../dist/vue.js"></script>    
</head>
<body>
<div id="app" style="border: 1px solid red;margin:0 auto;text-align: center;">
  {{ message }}
</div>
<script type="text/javascript">
    var app = new Vue({
  el: ‘#app‘,
  data: {
    message: ‘Hello Vue!‘
  }
})
</script>

</body>
</html>

vue.js

标签:body   title   asc   head   app   order   html   text   rip   

原文地址:http://www.cnblogs.com/youxianyen/p/7159487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!