feat: add option to disabled change button top left
This commit is contained in:
parent
71ba418493
commit
3f4a3dde90
3 changed files with 6 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ import AppBox from './app/AppBox.vue';
|
|||
|
||||
defineExpose({ browse });
|
||||
defineProps<{
|
||||
changeDisabled?: boolean;
|
||||
clearButtonDisabled?: boolean;
|
||||
clearButton?: boolean;
|
||||
hiddenFooter?: boolean;
|
||||
|
|
@ -93,6 +94,7 @@ function change(e: Event) {
|
|||
size="md"
|
||||
unelevated
|
||||
round
|
||||
v-if="!changeDisabled"
|
||||
@click="inputFile?.click()"
|
||||
></q-btn>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue