We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a93ea3 commit 21d59c3Copy full SHA for 21d59c3
README.md
@@ -53,8 +53,9 @@ methods: {
53
vue-modal-2 also accept options in `.use()` function as second argument.
54
### options
55
#### `options.componentName`
56
-- __type__: `String`
57
-- __example__: `VueModal`
+- type: `String`
+- default: `vue-modal-2`
58
+- example: `VueModal`
59
```javascript
60
Vue.use(Modal. {
61
componentName: 'VueModal'
0 commit comments