mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
fix feed search sql
This commit is contained in:
@@ -101,6 +101,8 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
(value) => {
|
||||
if (value.name === 'game-log') {
|
||||
initGameLogTable();
|
||||
} else {
|
||||
gameLogTableData.value = [];
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
|
||||
Reference in New Issue
Block a user