Selaa lähdekoodia

🎉 RuoYi-Vue3(Vue3 Element Plus Vite)版本

若依 3 vuotta sitten
vanhempi
commit
f2cf400c8b
2 muutettua tiedostoa jossa 0 lisäystä ja 26 poistoa
  1. 0 13
      src/components/Ruoyi/Doc/index.vue
  2. 0 13
      src/components/Ruoyi/Git/index.vue

+ 0 - 13
src/components/Ruoyi/Doc/index.vue

@@ -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>

+ 0 - 13
src/components/Ruoyi/Git/index.vue

@@ -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>