mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Button): dont disable on loading
This commit is contained in:
@@ -89,7 +89,7 @@ const trailingIconName = computed(() => {
|
||||
<template>
|
||||
<ULink
|
||||
:type="type"
|
||||
:disabled="disabled || loading"
|
||||
:disabled="disabled"
|
||||
:class="ui.base({ class: props.class })"
|
||||
v-bind="{ ...forward, ...$attrs }"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user