Skip to content

Commit

Permalink
fix: list require items
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jul 20, 2023
1 parent 011b86b commit cb72d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ defineOptions({
})
const {
items = (() => []) as never,
items,
listStyle = 'disc',
graphicsOptions,
reactions = (() => []) as never,
} = defineProps<{
items?: T,
items: T,
listStyle?: ListStyle,
} & GraphicsProps>()
Expand Down

0 comments on commit cb72d1d

Please sign in to comment.