mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: remove "as any"
This commit is contained in:
@@ -5,7 +5,7 @@ import { Icon } from '@iconify/vue'
|
||||
import { settings } from '~/logic'
|
||||
import { useMainStore } from '~/stores/mainStore'
|
||||
|
||||
const mainStore = useMainStore() as any
|
||||
const mainStore = useMainStore()
|
||||
const { t, locale } = useI18n()
|
||||
|
||||
const langOptions = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user