refactor: remove unused imports in component panel
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
* - components/RenameDialog.vue: 重命名对话框
|
* - components/RenameDialog.vue: 重命名对话框
|
||||||
* - components/DetailsDialog.vue: 详情对话框
|
* - components/DetailsDialog.vue: 详情对话框
|
||||||
*/
|
*/
|
||||||
import { computed, onActivated, onMounted, ref, watch, withDefaults, defineProps } from 'vue';
|
import { computed, onActivated, onMounted, ref, watch} from 'vue';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import { useModuleI18n } from '@/i18n/composables';
|
import { useModuleI18n } from '@/i18n/composables';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user