yshop1.7发布,后台升級eladmin2.4(前端,后台权限,代码生成器等重构),修复商品分类等一些问题
This commit is contained in:
16
src/components/Github/index.vue
Normal file
16
src/components/Github/index.vue
Normal file
@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<svg-icon icon-class="github" @click="click" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Github',
|
||||
methods: {
|
||||
click() {
|
||||
window.open('https://gitee.com/guchengwuyue/yshopmall', '_blank')
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user