Skip to content

Commit a16e5ec

Browse files
committed
code format adjusting
1 parent 0b8b423 commit a16e5ec

File tree

1 file changed

+1
-4
lines changed
  • examples/lazy-loading/webpack/src

1 file changed

+1
-4
lines changed

examples/lazy-loading/webpack/src/main.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ import { setupI18n } from './i18n'
77
const i18n = setupI18n()
88
const router = setupRouter(i18n)
99

10-
createApp(App)
11-
.use(router)
12-
.use(i18n)
13-
.mount('#app')
10+
createApp(App).use(router).use(i18n).mount('#app')

0 commit comments

Comments
 (0)