fix
This commit is contained in:
@@ -19,9 +19,9 @@ import '@fortawesome/fontawesome-free/css/all.css';
|
||||
|
||||
import { ConvertName, ConvertRoleName, ConvertGroupName, dynamicImport } from '/@/flow/components/index';
|
||||
import { DIC_PROP } from '/@/flow/support/dict-prop';
|
||||
import { PROP_CONST } from "/@/flow/support/prop-const";
|
||||
import {validateRunFlow, getLabelByLanguage} from "/@/flow";
|
||||
import {validateNull} from "/@/utils/validate";
|
||||
import { PROP_CONST } from '/@/flow/support/prop-const';
|
||||
import { validateRunFlow, getLabelByLanguage } from '/@/flow';
|
||||
import { validateNull } from '/@/utils/validate';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user