mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
refactor: cleanup auto imports
This commit is contained in:
parent
230c8b68a4
commit
c48ee6c35b
2 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import NotificationSubscribePushNotificationError
|
|
||||||
from '~/components/notification/NotificationSubscribePushNotificationError.vue'
|
|
||||||
|
|
||||||
defineProps<{ show?: boolean }>()
|
defineProps<{ show?: boolean }>()
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import AccountTabs from '~/components/account/AccountTabs.vue'
|
|
||||||
|
|
||||||
const params = useRoute().params
|
const params = useRoute().params
|
||||||
const handle = $(computedEager(() => params.account as string))
|
const handle = $(computedEager(() => params.account as string))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue