Emeke Ajeh
Emeke Ajeh
Often times when this happens, I delete the src folder (provided it's on version control) and run `git checkout .` and `jest --clearCache` and now running the tests again works...
The context of the dialog is different from that of your app. You'll need to pass the store to the plugin. I'll look into this in my spare time, possibly...
Can you try loading the style via html tag pending when this is resolved?
Okay, can you help me? want to try reproduce the issue ... how are you using the lib?
Actually, this is what's supposed to be the right path `vuejs-dialog/dist/vuejs-dialog.min.css`
What do you mean by "the import fails"? is your bundler configured to load css files?
Hello @martinfrith There is currently no api to close a particular window at the moment. But there is an undocumented [method](https://github.com/Godofbrowser/vuejs-dialog/blob/b7e8a227901f08568bf63ae134678d3135d983c4/test/unit/utilities/hooks.js#L15) (`this.$dialog.destroy()`) that can be used to destroy the dialog's...
Thank you for using vuejs-dialog @martinfrith, glad you found it useful.
Hi @symonsoft , were you able to find a solution/workaround?
Sorry, I didn't get what you meant by default button. The button focused by default? The button focused by default is the ok button unless in situations where there's just...