perf: perf modal and drawer

This commit is contained in:
vben
2020-11-27 23:41:45 +08:00
parent 819127e807
commit 81baf1d5c4
25 changed files with 571 additions and 496 deletions

View File

@@ -65,7 +65,7 @@ export default defineComponent({
}
onMounted(() => {
tryTsxEmit((instance) => {
tryTsxEmit<any>((instance) => {
instance.wrap = unref(wrapElRef);
});