Update to latest vue defaults
This commit is contained in:
@ -4,7 +4,7 @@ import router from './router'
|
||||
import './assets/index.css'
|
||||
import i18n from './i18n'
|
||||
|
||||
const app = createApp(App).use(i18n)
|
||||
const app = createApp(App)
|
||||
|
||||
// Add protocol variable
|
||||
// For some reason, import.meta.env.VITE_HTTPS === "true"
|
||||
@ -60,4 +60,5 @@ addIcons(
|
||||
|
||||
app.component('v-icon', OhVueIcon)
|
||||
app.use(router)
|
||||
app.use(i18n)
|
||||
app.mount('#app')
|
||||
|
Reference in New Issue
Block a user