-
Notifications
You must be signed in to change notification settings - Fork 189
How can I callback modal methods in Vue way? #122
Comments
@iigmir Did you solve the problem? |
@fillibuster77
Well, although timing is not pretty good, this is what I can to. |
@iigmir @fillibuster77 Hey guys, how did you install Kube for Vue? I have installed this npm package: https://www.npmjs.com/package/imperavi-kube And then import the css files in the App.vue:
I can see the Kube styling.. And how did you import the kube.js? And by the way that npm package doesn't seem to be up to date.. and there is no guarantee is going to be updated in the future. What do you think about that? |
@FrancescoMussi
|
I build a website with Kube and Vue. Here's problem:
I need to close modal, but
v-on:close.modal
dosen't work.I try to use jQuery way:
But that way can only execute once. If I need to close twice more, it won't execute anymore.
In this scenario, how can I callback modal methods?
The text was updated successfully, but these errors were encountered: