fix:【antd】移除 bpmn-process-designer 不必要的编译器宏导入
This commit is contained in:
@@ -4,17 +4,7 @@
|
|||||||
// import 'bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css'
|
// import 'bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css'
|
||||||
// import 'bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css'
|
// import 'bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css'
|
||||||
// import 'bpmn-js-properties-panel/dist/assets/bpmn-js-properties-panel.css' // 右侧框样式
|
// import 'bpmn-js-properties-panel/dist/assets/bpmn-js-properties-panel.css' // 右侧框样式
|
||||||
import {
|
import { computed, h, onBeforeUnmount, onMounted, provide, ref } from 'vue';
|
||||||
computed,
|
|
||||||
defineEmits,
|
|
||||||
defineOptions,
|
|
||||||
defineProps,
|
|
||||||
h,
|
|
||||||
onBeforeUnmount,
|
|
||||||
onMounted,
|
|
||||||
provide,
|
|
||||||
ref,
|
|
||||||
} from 'vue';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AlignLeftOutlined,
|
AlignLeftOutlined,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { defineProps, h, onBeforeUnmount, onMounted, ref, watch } from 'vue';
|
import { h, onBeforeUnmount, onMounted, ref, watch } from 'vue';
|
||||||
|
|
||||||
import { BpmProcessInstanceStatus, DICT_TYPE } from '@vben/constants';
|
import { BpmProcessInstanceStatus, DICT_TYPE } from '@vben/constants';
|
||||||
import { UndoOutlined, ZoomInOutlined, ZoomOutOutlined } from '@vben/icons';
|
import { UndoOutlined, ZoomInOutlined, ZoomOutOutlined } from '@vben/icons';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import type { Component } from 'vue';
|
import type { Component } from 'vue';
|
||||||
|
|
||||||
import { defineOptions, defineProps, ref, watch } from 'vue';
|
import { ref, watch } from 'vue';
|
||||||
|
|
||||||
import { CustomConfigMap } from './data';
|
import { CustomConfigMap } from './data';
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import {
|
import { inject, nextTick, ref, toRaw, watch } from 'vue';
|
||||||
defineOptions,
|
|
||||||
defineProps,
|
|
||||||
inject,
|
|
||||||
nextTick,
|
|
||||||
ref,
|
|
||||||
toRaw,
|
|
||||||
watch,
|
|
||||||
} from 'vue';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Divider,
|
Divider,
|
||||||
|
|||||||
@@ -1,13 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import {
|
import { nextTick, onBeforeUnmount, ref, toRaw, watch } from 'vue';
|
||||||
defineOptions,
|
|
||||||
defineProps,
|
|
||||||
nextTick,
|
|
||||||
onBeforeUnmount,
|
|
||||||
ref,
|
|
||||||
toRaw,
|
|
||||||
watch,
|
|
||||||
} from 'vue';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
FormItem,
|
FormItem,
|
||||||
|
|||||||
Reference in New Issue
Block a user