Skip to content

Commit ff785e5

Browse files
fix example
1 parent d992c85 commit ff785e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/documentation/components/examples/ButtonsFieldExample.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ const pages = computed(() => [
276276
{
277277
fields: [
278278
{
279-
align: buttonAlignModel,
280-
block: buttonBlock,
279+
align: buttonAlignModel.value,
280+
block: buttonBlock.value,
281281
label: 'I like buttons',
282282
name: 'iLikeButtons',
283283
options: [
@@ -309,8 +309,8 @@ const pages = computed(() => [
309309
type: 'buttons' as const,
310310
},
311311
{
312-
align: buttonAlignModel,
313-
block: buttonBlock,
312+
align: buttonAlignModel.value,
313+
block: buttonBlock.value,
314314
label: 'I like...',
315315
multiple: true,
316316
name: 'animalsILike',

0 commit comments

Comments
 (0)