Skip to content

Commit

Permalink
Add component name
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu committed Mar 13, 2017
1 parent afd46d5 commit 4f9a82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vmodal",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Vue component for Bootstrap modals.",
"main": "dist/vmodal.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
import $ from 'jquery'
export default {
name: 'modal',
props: {
backdrop: {
type: [Boolean, String],
Expand Down

0 comments on commit 4f9a82a

Please sign in to comment.