up
This commit is contained in:
@@ -175,7 +175,6 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { onActivated, onMounted, ref, watch } from 'vue'
|
import { onActivated, onMounted, ref, watch } from 'vue'
|
||||||
import { list as fetchTagList } from '@/api/tag'
|
|
||||||
import { useBatchUpdateTagsRepositories, useRepositories } from '@/views/address_book'
|
import { useBatchUpdateTagsRepositories, useRepositories } from '@/views/address_book'
|
||||||
import { toWebClientLink } from '@/utils/webclient'
|
import { toWebClientLink } from '@/utils/webclient'
|
||||||
import { T } from '@/utils/i18n'
|
import { T } from '@/utils/i18n'
|
||||||
@@ -185,9 +184,6 @@
|
|||||||
import { handleClipboard } from '@/utils/clipboard'
|
import { handleClipboard } from '@/utils/clipboard'
|
||||||
import { CopyDocument } from '@element-plus/icons'
|
import { CopyDocument } from '@element-plus/icons'
|
||||||
import PlatformIcons from '@/components/icons/platform.vue'
|
import PlatformIcons from '@/components/icons/platform.vue'
|
||||||
import { batchUpdateTags } from '@/api/address_book'
|
|
||||||
import { ElMessage } from 'element-plus'
|
|
||||||
import { useRepositories as useTagRepositories } from '@/views/tag'
|
|
||||||
|
|
||||||
const is_my = 1
|
const is_my = 1
|
||||||
const appStore = useAppStore()
|
const appStore = useAppStore()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { onActivated, onMounted, reactive, ref, watch } from 'vue'
|
import { reactive, ref } from 'vue'
|
||||||
import { create, list, remove, update } from '@/api/tag'
|
import { create, list, remove, update } from '@/api/tag'
|
||||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
|
|||||||
Reference in New Issue
Block a user