Skip to content

Commit

Permalink
Add img shields
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj36 committed Sep 1, 2018
1 parent 53dc866 commit ee1bd17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@
</Menu>
</span>
<main id="page-wrap">
<img src="https://img.shields.io/npm/dt/vue-burger-menu.svg" /> &emsp;
<img src="https://img.shields.io/github/stars/mbj36/vue-burger-menu.svg" />
<h1>
<a href="https://github.com/mbj36/vue-burger-menu">vue-burger-menu</a>
<a href="https://github.com/mbj36/vue-burger-menu">vue-burger-menu</a> <br/>
</h1>
<a :class="{ sideButton: true, left: true, active: this.side === 'left' }" @click="changeSide('left')">Left</a>
<a :class="{sideButton: true, right: true, active: this.side === 'right' }" @click="changeSide('right')">Right</a>
Expand Down

0 comments on commit ee1bd17

Please sign in to comment.