fix. config -> runtimeConfig 명칭 통일
This commit is contained in:
@@ -8,10 +8,6 @@ export const useGameDataStore = defineStore('gameData', () => {
|
||||
gameData.value = data
|
||||
}
|
||||
|
||||
const setLangCode = (data: string) => {
|
||||
langCode.value = data
|
||||
}
|
||||
|
||||
const clearGameData = () => {
|
||||
gameData.value = null
|
||||
}
|
||||
@@ -20,7 +16,6 @@ export const useGameDataStore = defineStore('gameData', () => {
|
||||
langCode,
|
||||
gameData,
|
||||
setGameData,
|
||||
setLangCode,
|
||||
clearGameData,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user