This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git

commit d00e547099f80ff39dd96e98cec170ddedddf736
Author: Qiuxia Fan <[email protected]>
AuthorDate: Tue Dec 14 15:29:22 2021 +0800

    fix: typo
---
 src/layout/components/AppMain.vue | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/layout/components/AppMain.vue 
b/src/layout/components/AppMain.vue
index 2544d52..1e44a03 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -21,14 +21,7 @@ limitations under the License. -->
     </router-view>
   </section>
 </template>
-<script lang="ts" setup>
-import { useRoute } from "vue-router";
-
-const route = useRoute();
-const key = () => {
-  return route.path;
-};
-</script>
+<script lang="ts" setup></script>
 <style lang="scss" scoped>
 .app-main {
   height: calc(100% - 128px);

Reply via email to