diff --git a/src/components/input/button.vue b/src/components/input/button.vue index 1f8af263..07e0ad2f 100644 --- a/src/components/input/button.vue +++ b/src/components/input/button.vue @@ -43,6 +43,7 @@ const props = defineProps({ default: 'primary', }, icon: { + type: String, default: '', }, loading: { diff --git a/src/components/input/colorPicker.vue b/src/components/input/colorPicker.vue index b9c0ca19..335afce3 100644 --- a/src/components/input/colorPicker.vue +++ b/src/components/input/colorPicker.vue @@ -1,7 +1,7 @@