We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c219 commit 8855683Copy full SHA for 8855683
src/main.ts
@@ -1,6 +1,6 @@
1
import { createApp } from 'vue'
2
import App from './App.vue'
3
4
-const app = createApp(SimpleApp)
+const app = createApp(App)
5
6
app.mount('#app')
0 commit comments