1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <<<<<<< HEAD
- <template>
- <div>
- <svg-icon icon-class="github" @click="goto" />
- </div>
- </template>
- <script>
- export default {
- name: 'RuoYiGit',
- data() {
- return {
- url: 'https://gitee.com/y_project/RuoYi-Vue'
- }
- },
- methods: {
- goto() {
- window.open(this.url)
- }
- }
- }
- =======
- <template>
- <div>
- <svg-icon icon-class="github" @click="goto" />
- </div>
- </template>
- <script>
- export default {
- name: 'RuoYiGit',
- data() {
- return {
- url: 'https://gitee.com/y_project/RuoYi-Vue'
- }
- },
- methods: {
- goto() {
- window.open(this.url)
- }
- }
- }
- >>>>>>> ec6eeb00ce64eb587a455406167d302dc3e59216
- </script>
|