mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-07-28 20:52:07 +00:00
Fixed typo in README (#20)
This commit is contained in:
@@ -28,7 +28,7 @@ Call it from anywhere in the app
|
|||||||
```javascript
|
```javascript
|
||||||
methods: {
|
methods: {
|
||||||
show () {
|
show () {
|
||||||
this.$modal.show('hello-word');
|
this.$modal.show('hello-world');
|
||||||
},
|
},
|
||||||
hide () {
|
hide () {
|
||||||
this.$modal.hide('hello-world');
|
this.$modal.hide('hello-world');
|
||||||
|
|||||||
Reference in New Issue
Block a user