diff --git a/components/YButton.vue b/components/YButton.vue index e4d4666..2a387a0 100644 --- a/components/YButton.vue +++ b/components/YButton.vue @@ -5,8 +5,8 @@ const props = withDefaults( text?: string variant?: string icon?: string - iconSize: string - iconOnly: boolean + iconSize?: string + iconOnly?: boolean block?: boolean }>(), { diff --git a/pages/edit.vue b/pages/edit.vue new file mode 100644 index 0000000..6116608 --- /dev/null +++ b/pages/edit.vue @@ -0,0 +1,85 @@ + + +