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