fix feed search sql

This commit is contained in:
pa
2026-01-31 23:02:59 +09:00
parent 1c587e17d2
commit 8f57fbb572
2 changed files with 7 additions and 5 deletions

View File

@@ -101,6 +101,8 @@ export const useGameLogStore = defineStore('GameLog', () => {
(value) => {
if (value.name === 'game-log') {
initGameLogTable();
} else {
gameLogTableData.value = [];
}
},
{ immediate: true }