From 7e1e46ff062dcffe4549da8892fed754fa768594 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 18 二月 2021 12:15:58 +0800 Subject: [PATCH] 增加新闻分页 --- 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