From 019990450fa60b31f3a055a4e1f3fc7609843291 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 17 Jan 2022 02:22:52 +0800 Subject: [PATCH] Aplayer/全局键盘监听 --- src/App.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index f7d2f41..a0d92db 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ <template> - <div id="app" class="app"> - <router-view class=""></router-view> + <div id="app" class="app" > + <router-view class="" ></router-view> </div> </template> @@ -14,7 +14,8 @@ computed: {}, created() {}, watch: {}, - methods: {} + methods: { + } } </script> -- Gitblit v1.9.1