This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from asigloo/deps/update-07022022
Deps/update-07022022
- Loading branch information
Showing
6 changed files
with
3,231 additions
and
2,498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// generated by unplugin-vue-components | ||
// We suggest you to commit this file into source control | ||
// Read more: https://github.com/vuejs/vue-next/pull/3399 | ||
|
||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
CheckboxInput: typeof import('./components/checkbox-input/CheckboxInput.vue')['default'] | ||
CodiconGithub: typeof import('~icons/codicon/github')['default'] | ||
Console: typeof import('./../demos/vue-3/src/components/Console.vue')['default'] | ||
DynamicForm: typeof import('./components/dynamic-form/DynamicForm.vue')['default'] | ||
DynamicInput: typeof import('./components/dynamic-input/DynamicInput.vue')['default'] | ||
IonDocumentTextOutline: typeof import('~icons/ion/document-text-outline')['default'] | ||
NumberInput: typeof import('./components/number-input/NumberInput.vue')['default'] | ||
RadioInput: typeof import('./components/radio-input/RadioInput.vue')['default'] | ||
SelectInput: typeof import('./components/select-input/SelectInput.vue')['default'] | ||
TextAreaInput: typeof import('./components/text-area-input/TextAreaInput.vue')['default'] | ||
TextInput: typeof import('./components/text-input/TextInput.vue')['default'] | ||
Toolbar: typeof import('./../demos/vue-3/src/components/Toolbar.vue')['default'] | ||
} | ||
} | ||
|
||
export { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.