릴리스: v1.4.7 컬렉션 레이아웃 정리와 topics 경로 1차
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user