Skip to content

Commit 8855683

Browse files
Seungwoo321claude
andcommitted
fix: correct main.ts import reference
Fixed undefined SimpleApp reference to use App component. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 793c219 commit 8855683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createApp } from 'vue'
22
import App from './App.vue'
33

4-
const app = createApp(SimpleApp)
4+
const app = createApp(App)
55

66
app.mount('#app')

0 commit comments

Comments
 (0)