We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d992c85 commit ff785e5Copy full SHA for ff785e5
src/documentation/components/examples/ButtonsFieldExample.vue
@@ -276,8 +276,8 @@ const pages = computed(() => [
276
{
277
fields: [
278
279
- align: buttonAlignModel,
280
- block: buttonBlock,
+ align: buttonAlignModel.value,
+ block: buttonBlock.value,
281
label: 'I like buttons',
282
name: 'iLikeButtons',
283
options: [
@@ -309,8 +309,8 @@ const pages = computed(() => [
309
type: 'buttons' as const,
310
},
311
312
313
314
label: 'I like...',
315
multiple: true,
316
name: 'animalsILike',
0 commit comments