<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vue 测试实例 - 苏飞论坛(sufeinet.com)</title>
<script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js"></script>
</head>
<body>
<div id="shili">
<p>{{ message }}</p>
<input v-model="message">
</div>
<script>
new Vue({
el: '#shili',
data: {
message: 'Hello 苏飞论坛!'
}
})
</script>
</body>
</html>
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |