|
|
@@ -175,7 +175,6 @@
|
|
175
|
175
|
|
|
176
|
176
|
<script setup>
|
|
177
|
177
|
import { onActivated, onMounted, ref, watch } from 'vue'
|
|
178
|
|
- import { list as fetchTagList } from '@/api/tag'
|
|
179
|
178
|
import { useBatchUpdateTagsRepositories, useRepositories } from '@/views/address_book'
|
|
180
|
179
|
import { toWebClientLink } from '@/utils/webclient'
|
|
181
|
180
|
import { T } from '@/utils/i18n'
|
|
|
@@ -185,9 +184,6 @@
|
|
185
|
184
|
import { handleClipboard } from '@/utils/clipboard'
|
|
186
|
185
|
import { CopyDocument } from '@element-plus/icons'
|
|
187
|
186
|
import PlatformIcons from '@/components/icons/platform.vue'
|
|
188
|
|
- import { batchUpdateTags } from '@/api/address_book'
|
|
189
|
|
- import { ElMessage } from 'element-plus'
|
|
190
|
|
- import { useRepositories as useTagRepositories } from '@/views/tag'
|
|
191
|
187
|
|
|
192
|
188
|
const is_my = 1
|
|
193
|
189
|
const appStore = useAppStore()
|