#8647 fix vitest warnings #1467

Merged
jon merged 91 commits from 8647_fix_warnings into dev 2025-04-16 11:18:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c2d8c76512 - Show all commits

View File

@ -5,7 +5,7 @@ import SupplierSummary from './SupplierSummary.vue';
const $props = defineProps({
id: {
type: Number,
required: true,
default: null,
Review

=

=
Review

El tema está en que si la carga es dinámica al principio se pasa undefined, hasta que carga y muestra un warning tipo: "Expected number but got undefined

El tema está en que si la carga es dinámica al principio se pasa undefined, hasta que carga y muestra un warning tipo: "Expected number but got undefined
Review

Un v-if diria que es mas correcto @jorgep

Un v-if diria que es mas correcto @jorgep
Review

tiene v-if

tiene v-if
},
});
</script>