From bbf47a5002ebe56d009e52c419aade5107d6bd0f Mon Sep 17 00:00:00 2001 From: YangQi Date: Tue, 9 Aug 2022 14:25:40 +0800 Subject: [PATCH] chore: migration rightClickMenuVisible (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从 vuex 当中抽离 `rightClickMenuVisible`,该值并不需要放入 Vuex 当中共享 --- .../CodemirrorEditor/RightClickMenu.vue | 9 +++------ src/store/index.js | 6 +----- src/views/CodemirrorEditor.vue | 16 ++++++++-------- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/src/components/CodemirrorEditor/RightClickMenu.vue b/src/components/CodemirrorEditor/RightClickMenu.vue index a7abf2c..2aa85e9 100644 --- a/src/components/CodemirrorEditor/RightClickMenu.vue +++ b/src/components/CodemirrorEditor/RightClickMenu.vue @@ -2,13 +2,13 @@