release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8b6c400689 - Show all commits

View File

@ -42,7 +42,7 @@ export default defineComponent({
props: { props: {
modelValue: { modelValue: {
type: Object as PropType<Search>, type: Object as PropType<Search>,
default: { value: '', key: undefined, label: '' }, default: () => ({ value: '', key: undefined, label: '' }),
}, },
keys: { keys: {
type: Object as PropType<Array<Col>>, type: Object as PropType<Array<Col>>,