修复ModuleView.ts与ModuleViewVM.ts模板中的引用错误问题

This commit is contained in:
dgflash
2022-07-14 23:00:18 +08:00
parent bd62e01f7c
commit 16b1ad0496
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { _decorator } from "cc";
import { ecs } from "../../../../../extensions/oops-framework/assets/libs/ecs/ECS";
import { CCComp } from "../../common/ecs/view/CCComp";
import { CCComp } from "../../common/ecs/CCComp";
const { ccclass, property } = _decorator;

View File

@@ -1,6 +1,6 @@
import { _decorator } from "cc";
import { ecs } from "../../../../../extensions/oops-framework/assets/libs/ecs/ECS";
import { CCVMParentComp } from "../../common/ecs/view/CCVMParentComp";
import { CCVMParentComp } from "../../common/ecs/CCVMParentComp";
const { ccclass, property } = _decorator;