From 68ba2dfa35789cda9908fc0bc65336dde17a0d29 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 16 七月 2019 23:48:02 +0800 Subject: [PATCH] '2019-07-16' --- src/App.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3f06717..de6c875 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,11 +12,11 @@ }, watch: {}, methods: { - goHere(path){ - this.$router.push({path:'/'+path}); + goHere (path) { + this.$router.push({path:'/'+path}) } - }, -}; + } +} </script> <style lang="less" scoped> #app{ -- Gitblit v1.8.0