Browse Source

Updated files

master
adiao 3 years ago
parent
commit
077a9d178c
  1. 5
      Vue3学习笔记.md

5
Vue3学习笔记.md

@ -62,8 +62,9 @@ const app = createApp({
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"> <script>
import
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save