修改部分规则模块删除无用前端 新增前端界面
This commit is contained in:
5
modeler/types/shims.d.ts
vendored
Normal file
5
modeler/types/shims.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import { DefineComponent } from 'vue';
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user