Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffcer committed Mar 17, 2016
1 parent f9e9833 commit 4603ccc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Bootstrap style modal component for vue.

doc writing...

<img src="https://github.com/Coffcer/vue-bootstrap-modal/blob/master/modal.gif">

# Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-bootstrap-modal",
"description": "Bootstrap Style Modal for Vue",
"version": "0.1.4",
"version": "0.1.5",
"author": "coffce",
"main": "./src/modal.vue"
}
1 change: 1 addition & 0 deletions src/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
props: {
show: {
type: Boolean,
twoWay: true,
default: false
},
title: {
Expand Down

0 comments on commit 4603ccc

Please sign in to comment.