From ef94236e7f96aa634ddcf9add241925709a71eb9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 29 Dec 2020 16:45:35 +0900 Subject: [PATCH] Fix doc link --- src/client/pages/doc.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/pages/doc.vue b/src/client/pages/doc.vue index 8235d5c1a..3379a5fe6 100644 --- a/src/client/pages/doc.vue +++ b/src/client/pages/doc.vue @@ -3,7 +3,7 @@
{{ title }}
@@ -45,6 +45,7 @@ export default defineComponent({ title: null, body: null, markdown: null, + lang, } },