Skip to content

Commit 8838f2c

Browse files
authored
Merge pull request #1696 from atilacamurca/patch-1
Update README.md
2 parents 35ca70a + 1ecf3a4 commit 8838f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { createApp } from 'vue'
3737
import store from './store'
3838
import App from './APP.vue'
3939

40-
const app = createApp(Counter)
40+
const app = createApp(App)
4141

4242
app.use(store)
4343

0 commit comments

Comments
 (0)