标签: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>
标签:oct sage sea width htm javascrip type world utf-8
原文地址:http://www.cnblogs.com/xu951128/p/7204696.html