Skip to content

Commit

Permalink
docs: LeSelect 示例调整
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceJiang committed Oct 10, 2024
1 parent 4cb0fe1 commit e30a40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/LeSelect/use-valueKey_labelKey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const options = ['add', 'restore', 'confirm', 'save', 'cancel', 'reset'].map((t,
}))
const labelOptions = ['label', 'cust_label', 'i18n_label', 'obj.label']
const curLabelKey = ref('label')
const is_i18n = ref(true)
const is_i18n = ref(false)
watch(curLabelKey, (val) => {
is_i18n.value = val === 'i18n_label'
})
Expand Down

0 comments on commit e30a40c

Please sign in to comment.