This commit is contained in:
María
2025-10-23 14:59:38 +02:00
committed by María
parent 04fcc47a0d
commit ba4e01e10c
9 changed files with 106 additions and 2225 deletions

View File

@@ -30,6 +30,7 @@ import { mapGetters } from 'vuex';
export default {
props: {
id: { type: String, required: true },
type: { type: String, default: 'radio' },
label: { type: Object, default: () => ({}) },
options: { type: Array, default: () => [] },