Skip to content

Commit b81660e

Browse files
committed
Update create vue app components argument.
1 parent 51fc6fd commit b81660e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stubs/site/resources-site/js/index-app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ import { createVueApp } from './create-vue-app.js'
22
import IndexExampleComponent from './Components/IndexExampleComponent.vue'
33

44
createVueApp({
5-
components: {
6-
IndexExampleComponent
7-
}
5+
IndexExampleComponent
86
}).mount('#app')

0 commit comments

Comments
 (0)