From d447004e83ea2a5a6b240fee57fa99defb9ab472 Mon Sep 17 00:00:00 2001 From: guokairui Date: Fri, 13 Aug 2021 11:23:29 +0800 Subject: [PATCH] feat: enable editLinks (close #1168) --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index a0c5d4c339..dc24ac170e 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -482,7 +482,7 @@ module.exports = { } ], repo: 'vuejs/docs', - editLinks: false, + editLinks: true, editLinkText: 'Edit this on GitHub!', lastUpdated: 'Last updated', docsDir: 'src',