wip(form): perf form

This commit is contained in:
vben
2020-12-25 01:09:44 +08:00
parent 3c3e640d69
commit 4ff1c408dc
45 changed files with 901 additions and 862 deletions

View File

@@ -40,7 +40,7 @@ export function createSimpleTransition(name: string, origin = 'top center 0', mo
}
export function createJavascriptTransition(
name: string,
functions: Record<string, any>,
functions: Recordable,
mode: Mode = 'in-out'
) {
return defineComponent({