Skip to content

Commit

Permalink
Use spaces not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Inndy committed Apr 3, 2017
1 parent 465ee47 commit f46ad61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ An simple vuejs 2 binding for clipboard.js

<template id="t">
<div class="container">
<input type="text" v-model="message">
<button type="button" v-clipboard:copy="message">Copy!</button>
<input type="text" v-model="message">
<button type="button" v-clipboard:copy="message">Copy!</button>
</div>
</template>

Expand Down

0 comments on commit f46ad61

Please sign in to comment.