mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-17 14:47:36 +08:00
✨ Feature(custom): optimize plugin page
This commit is contained in:
@@ -1011,10 +1011,10 @@ import type {
|
||||
import { computed, nextTick, onBeforeMount, onBeforeUnmount, onMounted, ref, toRaw, useTemplateRef, watch } from 'vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
import customRadioOption from '@/components/common/customRadioOption.vue'
|
||||
import customRange from '@/components/common/customRange.vue'
|
||||
import customSwitch from '@/components/common/customSwitch.vue'
|
||||
import placeholderTable from '@/components/common/placeholderTable.vue'
|
||||
import customRadioOption from '@/components/common/CustomRadioOption.vue'
|
||||
import customRange from '@/components/common/CustomRange.vue'
|
||||
import customSwitch from '@/components/common/CustomSwitch.vue'
|
||||
import placeholderTable from '@/components/common/PlaceholderTable.vue'
|
||||
import PerPicbedSetting from '@/components/PerPicbedSetting.vue'
|
||||
import { getRawData } from '@/utils/common'
|
||||
import { configPaths } from '@/utils/configPaths'
|
||||
|
||||
Reference in New Issue
Block a user