From bae56a147be85be57ad1c64e9766c9aca750d187 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 三月 2025 16:04:12 +0800 Subject: [PATCH] 2025-03-04 --- 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