style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -228,9 +228,9 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, watch, nextTick, computed } from 'vue';
|
||||
import { Search } from '@element-plus/icons-vue';
|
||||
import type { EditableTableProps } from '../types/EditableTable.d';
|
||||
import {computed, nextTick, ref, watch} from 'vue';
|
||||
import {Search} from '@element-plus/icons-vue';
|
||||
import type {EditableTableProps} from '../types/EditableTable.d';
|
||||
|
||||
defineOptions({
|
||||
name: 'EditableTable',
|
||||
|
||||
Reference in New Issue
Block a user