perf: 优化事件编辑页面

This commit is contained in:
奔跑的面条
2022-10-16 16:27:15 +08:00
parent f8674167ab
commit 07d8cdc930
3 changed files with 137 additions and 88 deletions
+3 -1
View File
@@ -92,8 +92,10 @@ export const BlendModeEnumList = [
// vue3 生命周期事件
export enum EventLife {
// 渲染之后
MOUNTED = 'vnodeMounted',
// 渲染之前
BEFORE_MOUNT = 'vnodeBeforeMount',
MOUNTED = 'vnodeMounted'
}
// 组件实例类