Sat Apr 22 02:42:00 UTC 2023 inscode

上级 7fcb75fe
...@@ -7,7 +7,17 @@ ...@@ -7,7 +7,17 @@
<title>Vite App</title> <title>Vite App</title>
</head> </head>
<body> <body>
<div id="app"></div> <!-- <div id="app"></div> -->
<div id="app1">{{message}}</div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
<script>
var vm = new Vue({
el:"#app1",
//model:数据
data:{
message:"hello,vue"
}
});
</script>
</body> </body>
</html> </html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册