Skip to content

Commit

Permalink
feat: ensure all resources are loaded before mount (#2430)
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga authored and weblate committed Aug 19, 2024
1 parent 5aac985 commit 2c65259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
* for TypeScript compiler (check tsconfig.json)
* https://caniuse.com/mdn-javascript_operators_await_top_level
*/
import { createApp } from 'vue';
import { createApp, effectScope } from 'vue';
import { routes } from 'vue-router/auto-routes';
import { useEventListener } from '@vueuse/core';
import Root from '@/App.vue';
import { hideDirective } from '@/plugins/directives';
import { vuePlugin as i18n } from '@/plugins/i18n';
Expand Down

0 comments on commit 2c65259

Please sign in to comment.