diff --git a/docs/components/select/examples/SelectExample.vue b/docs/components/select/examples/SelectExample.vue index c5f4f2a..d1f84fd 100644 --- a/docs/components/select/examples/SelectExample.vue +++ b/docs/components/select/examples/SelectExample.vue @@ -1,6 +1,6 @@ diff --git a/src/components/Select/Select.vue b/src/components/Select/Select.vue index 006bb6f..ea86414 100644 --- a/src/components/Select/Select.vue +++ b/src/components/Select/Select.vue @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/src/components/Select/types.ts b/src/components/Select/types.ts index 2ad533f..7f633e1 100644 --- a/src/components/Select/types.ts +++ b/src/components/Select/types.ts @@ -1,4 +1,4 @@ -export type optionsType = { +export type OptionsType = { value: string, name: string, } \ No newline at end of file