perf: perf component

This commit is contained in:
vben
2020-11-26 21:19:39 +08:00
parent 19011296ed
commit 73c8e0c158
80 changed files with 529 additions and 631 deletions

View File

@@ -13,14 +13,6 @@ export function createSimpleTransition(name: string, origin = 'top center 0', mo
type: Boolean as PropType<boolean>,
default: false,
},
// hideOnLeave: {
// type: Boolean as PropType<boolean>,
// default: false,
// },
// leaveAbsolute: {
// type: Boolean as PropType<boolean>,
// default: false,
// },
mode: {
type: String as PropType<Mode>,
default: mode,