diff --git a/src/App.vue b/src/App.vue index 68067b3..05067b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,9 @@ - - - - - + + + + + diff --git a/src/components.d.ts b/src/components.d.ts index 22f5cd8..63266e7 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -7,6 +7,7 @@ export {} declare module 'vue' { export interface GlobalComponents { + LangProvider: typeof import('./components/lang-provider/index.vue')['default'] MainTransition: typeof import('./components/main-transition/index.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] diff --git a/src/components/lang-provider/index.vue b/src/components/lang-provider/index.vue new file mode 100644 index 0000000..d62ac81 --- /dev/null +++ b/src/components/lang-provider/index.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/src/layout/index.vue b/src/layout/index.vue index a8a02e8..3c56d41 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,6 +1,8 @@ diff --git a/src/views/common-components/form-component/form-component.vue b/src/views/common-components/form-component/form-component.vue index 0209cce..fd808f1 100644 --- a/src/views/common-components/form-component/form-component.vue +++ b/src/views/common-components/form-component/form-component.vue @@ -1,6 +1,6 @@