中国算力平台算力登记系统2.0
yanzhaofeige
2024-09-30 3c4fee1db116c11d4f04727cfe076d7c94daeaf2
commit | author | age
43dc29 1 <template>
Y 2   <div>
3     <svg-icon icon-class="github" @click="goto" />
4   </div>
5 </template>
6
7 <script>
8 export default {
9   name: 'RuoYiGit',
10   data() {
11     return {
12       url: 'https://gitee.com/y_project/RuoYi-Vue'
13     }
14   },
15   methods: {
16     goto() {
17       window.open(this.url)
18     }
19   }
20 }
21 </script>