Fixed chromium compatibility
This commit is contained in:
parent
c2de7cc024
commit
cadb5f7af8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const router = createRouter({
|
||||||
routes}
|
routes}
|
||||||
)
|
)
|
||||||
|
|
||||||
app = createApp(Main)
|
var app = createApp(Main)
|
||||||
app.component('font-awesome-icon', FontAwesomeIcon)
|
app.component('font-awesome-icon', FontAwesomeIcon)
|
||||||
app.use(router)
|
app.use(router)
|
||||||
app.mount('#app')
|
app.mount('#app')
|
||||||
|
|
Loading…
Add table
Reference in a new issue