Updated readme

This commit is contained in:
euvl
2017-04-05 12:51:04 +01:00
parent bbc4ceeece
commit 22b4dd0e8e

View File

@@ -24,7 +24,7 @@ Create modal
Call it from anywhere in the app Call it from anywhere in the app
```javascript ```javascript
methods: { methods: {
show() { show() {
this.$modal.show('hello-word'); this.$modal.show('hello-word');
}, },
hide () { hide () {
@@ -62,8 +62,8 @@ methods: {
![](http://i.imgur.com/mN1MBJ3.gif) ![](http://i.imgur.com/mN1MBJ3.gif)
Example: Example:
``` ```
npm run examples cd demo
npm run dev
``` ```
Will be served at http://localhost:8000/examples