delete account
This commit is contained in:
@@ -40,8 +40,15 @@ const styleClass = computed(() => {
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<label class="dui-btn duration-0" :class="styleClass" v-if="props.dropdown" tabindex="0">
|
||||
<label
|
||||
class="dui-btn h-auto px-3 py-2 duration-0"
|
||||
:class="styleClass"
|
||||
v-if="props.dropdown"
|
||||
tabindex="0"
|
||||
>
|
||||
<slot></slot>
|
||||
</label>
|
||||
<button class="dui-btn duration-0" :class="styleClass" v-else><slot></slot></button>
|
||||
<button class="dui-btn h-auto px-3 py-2 duration-0" :class="styleClass" v-else>
|
||||
<slot></slot>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user