style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<script setup>
|
||||
import variables from '@/assets/styles/variables.module.scss';
|
||||
import useSettingsStore from '@/store/modules/settings';
|
||||
import { ref, computed } from 'vue';
|
||||
import {computed, ref} from 'vue';
|
||||
|
||||
defineProps({
|
||||
collapse: {
|
||||
|
||||
Reference in New Issue
Block a user