Skip to content

Commit

Permalink
fix: 改串了
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jan 4, 2024
1 parent e47010d commit 7dc7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/components/tag-editor.vue
Expand Up @@ -71,7 +71,7 @@ export default defineComponent({
cb(
(this.tags as string[])
.filter((tag: string) => tag.includes(query))
.map((tag) => ({modelValue: tag})),
.map((tag) => ({value: tag})),
)
},
onClose(tag: string) {
Expand Down

0 comments on commit 7dc7edc

Please sign in to comment.