chore: remove global mixing
This commit is contained in:
parent
b0ee316a26
commit
4a247b2a7d
13 changed files with 30 additions and 25 deletions
|
|
@ -103,6 +103,8 @@ import Logo from '@/components/home/Logo.vue'
|
|||
import BaseButton from '@/components/base/BaseButton.vue'
|
||||
import MenuButton from '@/components/home/MenuButton.vue'
|
||||
|
||||
import {getListTitle} from '@/helpers/getListTitle'
|
||||
|
||||
const store = useStore()
|
||||
|
||||
const userInfo = computed(() => store.state.auth.info)
|
||||
|
|
|
|||
Reference in a new issue