템플릿 slug 구조와 빈 DB 초기화를 정리
This commit is contained in:
@@ -60,7 +60,7 @@ onMounted(async () => {
|
||||
})
|
||||
|
||||
function openList(t) {
|
||||
router.push(editorPath(t.topicId, t.id))
|
||||
router.push(editorPath(t.topicSlug || t.topicId, t.id))
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user