Client - upgrade Vue to 3.3 and move to Vite
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { GetterTree } from 'vuex'
|
||||
import type { GetterTree } from 'vuex'
|
||||
|
||||
import { OAUTH2_STORE } from '@/store/constants'
|
||||
import { IOAuth2Getters, IOAuth2State } from '@/store/modules/oauth2/types'
|
||||
import { IRootState } from '@/store/modules/root/types'
|
||||
import type { IOAuth2Getters, IOAuth2State } from '@/store/modules/oauth2/types'
|
||||
import type { IRootState } from '@/store/modules/root/types'
|
||||
|
||||
export const getters: GetterTree<IOAuth2State, IRootState> & IOAuth2Getters = {
|
||||
[OAUTH2_STORE.GETTERS.CLIENT]: (state: IOAuth2State) => state.client,
|
||||
|
Reference in New Issue
Block a user