From 251d2411f235e23209d57173857e05b637729ce8 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期日, 02 四月 2023 01:01:56 +0800 Subject: [PATCH] refactor ts --- src/components/RuoYiDoc/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/RuoYi/Doc/index.vue b/src/components/RuoYiDoc/index.vue similarity index 68% rename from src/components/RuoYi/Doc/index.vue rename to src/components/RuoYiDoc/index.vue index 3ad4266..9dc9c5f 100644 --- a/src/components/RuoYi/Doc/index.vue +++ b/src/components/RuoYiDoc/index.vue @@ -1,7 +1,7 @@ <template> - <div> - <svg-icon icon-class="question" @click="goto" /> - </div> + <div> + <svg-icon icon-class="question" @click="goto" /> + </div> </template> <script setup> @@ -10,4 +10,4 @@ function goto() { window.open(url.value) } -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3