代码优化
This commit is contained in:
16
src/components/Doc/index.vue
Normal file
16
src/components/Doc/index.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<svg-icon icon-class="doc" @click="click" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Doc',
|
||||
methods: {
|
||||
click() {
|
||||
window.open('https://docs.auauz.net/guide/', '_blank')
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<svg-icon icon-class="github" @click="click" />
|
||||
<svg-icon icon-class="download" @click="click" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user