fix: eslint检测问题修复
Former-commit-id: 99d59634e81f4917717a908ded6d1cd331592347
This commit is contained in:
@@ -3,14 +3,10 @@ import { onBeforeUnmount, onMounted, ref, watch } from 'vue';
|
||||
|
||||
import { addClass, removeClass } from '@/utils/index';
|
||||
|
||||
import { useSettingsStore } from '@/store/modules/settings';
|
||||
|
||||
// 图标依赖
|
||||
import { Close, Setting } from '@element-plus/icons-vue';
|
||||
import { ElColorPicker } from 'element-plus';
|
||||
|
||||
const settingsStore = useSettingsStore();
|
||||
|
||||
const show = ref(false);
|
||||
|
||||
defineProps({
|
||||
|
||||
Reference in New Issue
Block a user