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 | 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