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 | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3f06717..79d5f20 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,17 +6,8 @@ <script> export default { - name: "App", - data() { - return {}; - }, - watch: {}, - methods: { - goHere(path){ - this.$router.push({path:'/'+path}); - } - }, -}; + name: "App" +} </script> <style lang="less" scoped> #app{ -- Gitblit v1.8.0