Browse Source

Updated files

master
adiao 3 years ago
parent
commit
376c8fe7ca
  1. 6
      Vue3学习笔记.md

6
Vue3学习笔记.md

@ -62,9 +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> <script type="module" src="/src/main.js">
</script>
</body> </body>
</html> </html>
``` ```
Loading…
Cancel
Save