check $refs.modal in observe callback

This commit is contained in:
DaxChen
2017-10-13 12:33:21 +08:00
parent 9352c2db64
commit 778fcff2cf
4 changed files with 16 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
"start": "nuxt"
},
"dependencies": {
"vue-js-modal": "latest",
"nuxt": "^1.0.0-rc3"
"nuxt": "^1.0.0-rc3",
"vue-js-modal": "../../"
}
}