fix step3

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-13 16:32:38 +07:00
parent 12b3f3569d
commit 5664b31fe4
2 changed files with 20 additions and 156 deletions

View file

@ -238,7 +238,7 @@ defineExpose({
v-if="filter !== ''"
name="clear"
class="cursor-pointer"
@click="filter = ''"
@click.prevent="filter = ''"
/>
</template>
</q-input>