天天看點

vuejs1

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title></title>

</head>

<body>

<div id="app">

`message`

</div>

<script src="http://static.runoob.com/assets/vue/1.0.11/vue.min.js"></script>

<script>

new Vue({

el:"#app",

data:{

message:'hello world!'

}

});

</script>

</body>

</html>

本文轉自  素顔豬  51CTO部落格,原文連結:http://blog.51cto.com/suyanzhu/1895491

上一篇: 交通英語

繼續閱讀