Update to latest vue defaults

This commit is contained in:
dragongoose
2023-11-30 20:22:47 -05:00
parent e272bacbf6
commit a0ecaab1e5
8 changed files with 1574 additions and 1397 deletions

5
env.d.ts vendored
View File

@ -1,5 +1,10 @@
/// <reference types="vite/client" />
// https://github.com/intlify/vue-i18n-next/issues/1403
/// <reference types="vite/client" />
/// <reference path="node_modules/vue-i18n/dist/vue-i18n.d.ts" />
declare module 'vue-i18n'
interface ImportMetaEnv {
readonly SAFETWITCH_BACKEND_DOMAIN: string
readonly SAFETWITCH_INSTANCE_DOMAIN: string