From 2cf7c6733dacd8d3c2e5c6e8a8c109fb86eb7c8e Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 15 Mar 2022 15:44:59 +0800
Subject: [PATCH] nginx.conf 新增

---
 src/App.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 2959c60..b8667f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,11 +11,9 @@
     return {};
   },
   watch: {},
-  created() {
-
-  },
+  created() {},
   methods: {},
-  computed: {}
+  computed: {},
 };
 </script>
 <style lang="scss">

--
Gitblit v1.9.3