From 30f235ecf2e12ddd7258cd660578ba037a09eb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=98=ED=94=8C?= Date: Sun, 6 Sep 2026 09:07:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=80=EC=83=89=EC=B0=BD=20=EB=9E=9C?= =?UTF-8?q?=EB=8D=A4=20=EB=B2=84=ED=8A=BC=20=EC=A3=BC=EC=86=8C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RandomPage는 특수 기능 드롭다운에 있으니 클릭해서 아무 문서나 들어갈 수 있는 랜덤 문서 링크를 검색창에 삽입하는게 옳다고 생각합니다 --- layouts/searchForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/searchForm.vue b/layouts/searchForm.vue index 5406a9df..6a0f8e4f 100644 --- a/layouts/searchForm.vue +++ b/layouts/searchForm.vue @@ -60,7 +60,7 @@ export default { this.$router.push(Common.methods.doc_action_link(this.searchText, 'w')); }, onClickRandom() { - this.$router.push('/RandomPage'); + this.$router.push('/Random'); } }, watch: {