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 0b8b423 commit a16e5ecCopy full SHA for a16e5ec
examples/lazy-loading/webpack/src/main.js
@@ -7,7 +7,4 @@ import { setupI18n } from './i18n'
7
const i18n = setupI18n()
8
const router = setupRouter(i18n)
9
10
-createApp(App)
11
- .use(router)
12
- .use(i18n)
13
- .mount('#app')
+createApp(App).use(router).use(i18n).mount('#app')
0 commit comments