From 0b733984acbbc018511fba1ce3ce913d71639f64 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 21 十月 2020 10:35:06 +0800
Subject: [PATCH] 2020-10-21

---
 src/App.vue |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index de6c875..79d5f20 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -6,16 +6,7 @@
 
 <script>
 export default {
-  name: "App",
-  data() {
-    return {};
-  },
-  watch: {},
-  methods: {
-    goHere (path) {
-      this.$router.push({path:'/'+path})
-    }
-  }
+  name: "App"
 }
 </script>
 <style lang="less" scoped>

--
Gitblit v1.8.0