Skip to content

Commit

Permalink
fix: Log window does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Nov 27, 2022
1 parent 9b239aa commit 77ca99c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xmcl-keystone-ui/src/windows/logger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const i18n = castToVueI18n(
),
) // `createI18n` which is provide `vue-i18n-bridge` has second argument, you **must** pass `VueI18n` constructor which is provide `vue-i18n`

Vue.use(i18n)

const app = new Vue(defineComponent({
vuetify,
i18n,
Expand Down Expand Up @@ -63,4 +65,4 @@ const app = new Vue(defineComponent({
},
}))

app.mount('#app')
app.$mount('#app')

0 comments on commit 77ca99c

Please sign in to comment.