committed by
GitHub
2 changed files with 0 additions and 26 deletions
@ -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> |
|
||||
@ -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> |
|
||||
Loading…
Reference in new issue