Skip to content

Commit cef21bb

Browse files
Update app/components/Package/DownloadButton.vue
Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com>
1 parent 989dfa3 commit cef21bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Package/DownloadButton.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const isOpen = shallowRef(false)
2020
const highlightedIndex = shallowRef(-1)
2121
const dropdownPosition = shallowRef<{ top: number; left: number } | null>(null)
2222
23-
const { t } = useI18n()
2423
const menuId = 'download-menu'
2524
const menuItems = computed(() => {
2625
const items = [{ id: 'package', label: t('package.download.package'), icon: 'i-lucide:package' }]

0 commit comments

Comments
 (0)