-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error with latest version #17
Comments
Hmm |
@ina6ra Do you have this project on github? I want to test it |
I think that loader not understand var of class... maybe need to add babel to package.json |
Yes, but private 🔒 No problem for new projects.
Here is a part of
|
yes, there is a problem |
hmm... my bubel config not don't fix this error, will simple hide the public fields of class |
@ina6ra, ready: 1.1.7 |
Thank you for your support.
|
Sorry. Maybe my code is just wrong where it has nothing to do with the library. |
This warning is showed when you try openModal or pushModal without ModalContaoner //Your App.vue for example
<template>
<modal-container/>
.
.
.
</template>
<script>
import {container} from "jenesius-vue-modal";
export default {
components: {ModalContainer: container}
}
</script> |
Hmm, also need do warnings from library more better, with link to documentation. |
This Isn't a good way, but it's solved.
After all it was unknown what was the cause. |
It seems that an error occurs in 1.1.0 and later versions.
The text was updated successfully, but these errors were encountered: