템플릿 slug 구조와 빈 DB 초기화를 정리
This commit is contained in:
@@ -103,7 +103,7 @@ async function toggleFollow() {
|
||||
}
|
||||
|
||||
function openTierList(tierList) {
|
||||
router.push(editorPath(tierList.topicId, tierList.id))
|
||||
router.push(editorPath(tierList.topicSlug || tierList.topicId, tierList.id))
|
||||
}
|
||||
|
||||
watch(userId, loadProfile, { immediate: true })
|
||||
|
||||
Reference in New Issue
Block a user