代码优化
This commit is contained in:
@@ -34,17 +34,10 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
computed,
|
||||
ref,
|
||||
watch,
|
||||
watchEffect
|
||||
} from 'vue';
|
||||
import { computed, ref, watch, watchEffect } from 'vue';
|
||||
import mySwitch from '@/components/my-components/my-switch.vue'
|
||||
import go from '@/commons/utils/go.js';
|
||||
import {
|
||||
ColorMain
|
||||
} from '@/commons/color.js'
|
||||
|
||||
|
||||
const emits = defineEmits([ 'changeClick', 'del', 'statusChange'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user