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 6e406c9b2c - Show all commits

View File

@ -63,7 +63,7 @@ export default defineComponent({
} }
}, },
rules: { rules: {
default: [] default: () => { return [] }
} }
}, },
setup(props: Props, { emit }: { emit: any }) { setup(props: Props, { emit }: { emit: any }) {