From f2cf400c8bfb85c34ad95c6319861bebe729bd63 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期三, 01 十二月 2021 17:43:45 +0800 Subject: [PATCH] 🎉 RuoYi-Vue3(Vue3 Element Plus Vite)版本 --- /dev/null | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/src/components/Ruoyi/Doc/index.vue b/src/components/Ruoyi/Doc/index.vue deleted file mode 100644 index ace6d47..0000000 --- a/src/components/Ruoyi/Doc/index.vue +++ /dev/null @@ -1,13 +0,0 @@ -<template> - <div> - <svg-icon icon-class="question" @click="goto" /> - </div> -</template> - -<script setup> -const url = ref('http://doc.ruoyi.vip/ruoyi-vue'); - -function goto() { - window.open(url.value) -} -</script> \ No newline at end of file diff --git a/src/components/Ruoyi/Git/index.vue b/src/components/Ruoyi/Git/index.vue deleted file mode 100644 index 3fe77d0..0000000 --- a/src/components/Ruoyi/Git/index.vue +++ /dev/null @@ -1,13 +0,0 @@ -<template> - <div> - <svg-icon icon-class="github" @click="goto" /> - </div> -</template> - -<script setup> -const url = ref('https://gitee.com/y_project/RuoYi-Vue'); - -function goto() { - window.open(url.value) -} -</script> -- Gitblit v1.9.3