删除仓库

This commit is contained in:
hanchaobo
2024-02-29 14:16:54 +08:00
parent 53ca46a5f5
commit 20c062fcef
348 changed files with 0 additions and 33742 deletions
-21
View File
@@ -1,21 +0,0 @@
<template>
<div>
<svg-icon icon-class="question" @click="goto" />
</div>
</template>
<script>
export default {
name: 'RuoYiDoc',
data() {
return {
url: 'http://doc.ruoyi.vip/ruoyi-vue'
}
},
methods: {
goto() {
window.open(this.url)
}
}
}
</script>