refactor: cleanup auto imports
This commit is contained in:
parent
230c8b68a4
commit
c48ee6c35b
|
@ -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