Skip to content

Commit

Permalink
fix prop
Browse files Browse the repository at this point in the history
  • Loading branch information
greyby committed Jan 31, 2016
1 parent 8c195fb commit ceffc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>vue-spinner</h4>
</div>
<ul class="list-container">
<li class="spinner-list">
<pulse-loader :color="color" :height="height" :width="width" :margin="margin" :radius="radius"></pulse-loader>
<pulse-loader :color="color" :size="size" :margin="margin" :radius="radius"></pulse-loader>
</li>
<li class="spinner-list">
<grid-loader></grid-loader>
Expand Down
3 changes: 1 addition & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ new Vue({
data () {
return {
color: '#5dc596',
height: '15px',
width: '15px',
size: '15px',
margin: '2px',
radius: '100%'
}
Expand Down

0 comments on commit ceffc47

Please sign in to comment.