diff --git a/components/Brand/Avatar.vue b/components/Brand/Avatar.vue index e373d11f9..f9372d8e4 100644 --- a/components/Brand/Avatar.vue +++ b/components/Brand/Avatar.vue @@ -22,7 +22,8 @@ const { avatar, connectPluginInstalled, registered, username } = storeToRefs(ser v-if="avatar && connectPluginInstalled && registered" :src="avatar" :alt="username" - class="absolute z-10 inset-0 w-36px h-36px rounded-full overflow-hidden"> + class="absolute z-10 inset-0 w-36px h-36px rounded-full overflow-hidden" + > diff --git a/components/Brand/Button.vue b/components/Brand/Button.vue index 136afd5f0..f188f8829 100644 --- a/components/Brand/Button.vue +++ b/components/Brand/Button.vue @@ -13,6 +13,10 @@ export interface ButtonProps { const props = withDefaults(defineProps(), { btnStyle: 'fill', btnType: 'button', + click: undefined, + href: undefined, + icon: undefined, + text: undefined, }); defineEmits(['click']); diff --git a/components/UserProfile/CallbackFeedbackStatus.vue b/components/UserProfile/CallbackFeedbackStatus.vue index c448eb017..04aabbc6b 100644 --- a/components/UserProfile/CallbackFeedbackStatus.vue +++ b/components/UserProfile/CallbackFeedbackStatus.vue @@ -10,7 +10,9 @@ export interface Props { withDefaults(defineProps(), { error: false, + icon: undefined, success: false, + text: undefined, }); @@ -19,9 +21,11 @@ withDefaults(defineProps(), {
- -

{{ text }}

+ +

+ {{ text }} +

- + - \ No newline at end of file + diff --git a/components/UserProfile/DropdownWrapper.vue b/components/UserProfile/DropdownWrapper.vue index 292837a16..308f3e59f 100644 --- a/components/UserProfile/DropdownWrapper.vue +++ b/components/UserProfile/DropdownWrapper.vue @@ -5,6 +5,6 @@ diff --git a/components/UserProfile/Keyline.vue b/components/UserProfile/Keyline.vue index 5e37f8bfe..9b62e03de 100644 --- a/components/UserProfile/Keyline.vue +++ b/components/UserProfile/Keyline.vue @@ -1,3 +1,3 @@ \ No newline at end of file +
+ diff --git a/components/UserProfile/PromoFeature.vue b/components/UserProfile/PromoFeature.vue index 3ac2c4450..c137742ef 100644 --- a/components/UserProfile/PromoFeature.vue +++ b/components/UserProfile/PromoFeature.vue @@ -12,16 +12,28 @@ defineProps(); \ No newline at end of file + diff --git a/components/UserProfile/ServerStateBuy.vue b/components/UserProfile/ServerStateBuy.vue index 1754bd557..347802834 100644 --- a/components/UserProfile/ServerStateBuy.vue +++ b/components/UserProfile/ServerStateBuy.vue @@ -1,4 +1,3 @@ -