#7283 finish item card sections #588
|
@ -8,7 +8,7 @@ import { getCssVar } from 'quasar';
|
|||
const $props = defineProps({
|
||||
workerId: { type: Number, required: true },
|
||||
description: { type: String, default: null },
|
||||
jorgep marked this conversation as resolved
Outdated
|
||||
title: { type: [String], default: null },
|
||||
title: { type: String, default: null },
|
||||
jorgep
commented
Habilita Habilita
|
||||
color: { type: String, default: null },
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
No siempre se quiere poner un title, ej. cuando hay un desplegable.
se puede directamente no definir la propiedad? así no es necesario el boolean?