forked from verdnatura/salix-front
fix: refs #6891 show cross
This commit is contained in:
parent
f55e9d7c32
commit
0b92e98511
|
@ -80,7 +80,7 @@ const inputRules = [
|
|||
<QIcon
|
||||
name="close"
|
||||
size="xs"
|
||||
v-if="$slots.append && hover && value && !$attrs.disabled"
|
||||
v-if="hover && value && !$attrs.disabled"
|
||||
@click="value = null"
|
||||
></QIcon>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue