Skip to content

Commit

Permalink
Merge pull request #589 from add2cal/dev
Browse files Browse the repository at this point in the history
demo fix
  • Loading branch information
jekuer committed Apr 12, 2024
2 parents f80c322 + 0ac15a1 commit 8262111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/components/playground/attrs/layoutAttrs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function onHideTextOptionsUpdate(options: string[]) {

<template>
<div class="grid">
<Select v-model="internalValue[LayoutAttrsKey.OPTIONS]" multiselect :label="t(`labels.inputs.${[LayoutAttrsKey.OPTIONS]}`.toLocaleLowerCase())" :options="Object.values(Option)" class="mb-3 border-b border-zinc-400 pb-4 dark:border-zinc-600" />
<Select v-model="internalValue[LayoutAttrsKey.OPTIONS]" multiselect :label="t(`labels.inputs.${[LayoutAttrsKey.OPTIONS]}`.toLocaleLowerCase())" :options="Object.values(Option)" class="z-20 mb-3 border-b border-zinc-400 pb-4 dark:border-zinc-600" />

<div class="z-10 mb-3 flex items-center justify-between">
<Select v-model="internalValue[LayoutAttrsKey.BUTTON_STYLE]" :label="t(`labels.inputs.${[LayoutAttrsKey.BUTTON_STYLE]}`.toLocaleLowerCase())" :options="Object.values(ButtonStyle)" class="mr-5 flex-1" />
Expand Down

0 comments on commit 8262111

Please sign in to comment.