릴리스: v1.4.7 컬렉션 레이아웃 정리와 topics 경로 1차

This commit is contained in:
2026-04-02 18:47:37 +09:00
parent 20955e277c
commit de640de4a1
7 changed files with 38 additions and 78 deletions

View File

@@ -46,7 +46,7 @@ onMounted(loadTemplates)
watch(() => auth.user?.id, loadTemplates)
function openTopic(templateId) {
router.push(`/games/${templateId}`)
router.push(`/topics/${templateId}`)
}
async function toggleFavorite(template, event) {