fix: remove v-bind

This commit is contained in:
Javier Segarra 2025-04-23 15:09:09 +02:00
parent 508a82ee75
commit 7ec9c44130
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ defineExpose({
</script>
<template>
<div class="full-width" v-bind="attrs">
<div class="full-width">
<div
v-if="!store.data && !store.data?.length && !isLoading"
class="info-row q-pa-md text-center"