Skip to content

Commit

Permalink
feat: Add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang committed Jan 9, 2019
1 parent 8f8db59 commit 613032a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
>
Render Result
</button>
<a
class="githubLink"
href="https://github.com/vuese/vuese-explorer"
>
🔗 Github
</a>
</code-mirror>
</div>
</template>
Expand Down Expand Up @@ -125,4 +131,7 @@ button[type=button]
color #fff
&:hover
box-shadow 0 0 2px #42b983
.githubLink
margin-left 20px
color #42b983
</style>

0 comments on commit 613032a

Please sign in to comment.