mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-18 06:22:00 -05:00
project:todo
This commit is contained in:
4
todos/src/main.js
Normal file
4
todos/src/main.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
createApp(App).mount('#app')
|
||||
Reference in New Issue
Block a user