From b2516f8a2013ae88dbf463e328f11b3ac7a3418f Mon Sep 17 00:00:00 2001 From: ronger Date: Thu, 31 Aug 2023 22:03:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(global):=20=E8=AE=BE=E5=A4=87=E7=AB=AF?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/comment/main.vue | 1 - layouts/default.vue | 13 +++++-------- nuxt.config.js | 3 ++- package.json | 1 + pages/article/_article_id.vue | 1 - pages/draft/_draft_id.vue | 1 - pages/portfolio/_portfolio_id.vue | 1 - store/index.js | 24 +----------------------- 8 files changed, 9 insertions(+), 36 deletions(-) diff --git a/components/common/comment/main.vue b/components/common/comment/main.vue index 4d58be1..1a48e9d 100644 --- a/components/common/comment/main.vue +++ b/components/common/comment/main.vue @@ -183,7 +183,6 @@ export default { // isPostingComment: state => state.comment.posting, constants: state => state.global.constants, language: state => state.global.language, - isMobile: state => state.global.isMobile, user: state => state.auth.user, loggedIn: state => state.auth.loggedIn, avatar: state => state.auth.user?.avatarUrl diff --git a/layouts/default.vue b/layouts/default.vue index 1889c94..21e1a10 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,8 +1,8 @@