From d7cbaac94fcbce7dff4afabf81609f7b783a27e3 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Fri, 29 Nov 2019 13:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/store/modules/file.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/store/modules/file.js b/frontend/src/store/modules/file.js index 107a82d5..66b84651 100644 --- a/frontend/src/store/modules/file.js +++ b/frontend/src/store/modules/file.js @@ -42,8 +42,7 @@ const actions = { .then(response => { commit('SET_FILE_CONTENT', response.data.data) }) - }, - + } } export default {