码迷,mamicode.com
首页 > 其他好文 > 详细

Vue 入门

时间:2017-07-19 14:29:47      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:oct   sage   sea   width   htm   javascrip   type   world   utf-8   

<!DOCTYPE html>

<html lang="en">

<head>

  <meta charest="Utf-8">  

  <meta name="viewport" content="width=device-width,initial-seale=1">

  <title>helloworld</title>

  <script type="text/javascript" src="../assets/js/vue.js"></script>

</head>

<body>

   <h1>hello world </h1>

   <hr>

   <div id="app">

    {{message}}

   </div>

  <script type="text/javascript">

    var app = new Vue({

      el:‘app‘,

      data:{

        message:‘hello world‘

      }

    })

  </script>

</body>

</html>

Vue 入门

标签:oct   sage   sea   width   htm   javascrip   type   world   utf-8   

原文地址:http://www.cnblogs.com/xu951128/p/7204696.html

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