-
Notifications
You must be signed in to change notification settings - Fork 303
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
Issue with IE (all versions) #25
Comments
@rodanato I just update the examples and test them on MS Edge browser and seem to work now. However, I'm not sure about IE because I don't use them. I think it might be its own the javascript engine problem. But after you've tried again and still see the error, please let me know. I just can't promise that I'll be able to fix it. |
Thanks for answer. What exactly you have changed? |
@rodanato I only updated the code on the demo site to be the same as in the |
Hi @ratiw Ive just tested this on IE11 (that is the only version i have access to) and ran into similar errors as @rodanato has described above. I may be wrong, but I suspect that this is likely due to the way the pagination component being nested within the vuetables component - to me, that is what may be causing the problem. I will test this out tomorrow again and post more details. |
Ive played around with this a bit more, and the problem came from the After digging around a bit more, it seems that IE does not respond well to having |
Hi @ratiw, thanks for the update. I understand and respect your decision to keep things as they are. However, perhaps you should mention browser compatibility in the readme - so users are aware of this. Also, out of curiosity, does vuetable work in edge? (I dont have access to edge to test with). |
@mozami Yeah, I'll do that tonight. And for MS Edge, it seems to be working fine, but I can't really tell as it is not the main one I use. As far as I've run the same examples on it, it does not have any issue that I see. |
Hi, I read about using < script type="x/templates" > instead of < template > tag to use components in IE, if you see the vuejs examples of components, they use this and it works on IE. |
@rodanato I don't think It's the same. The problem here is using tag inside tag, which IE11 cannot handle that and I have no way to make vuetable work the way it is without using that |
so,this problem has always existed? |
@bh-lay Yes. And I just found out that 2 sections in the README.md (Browser Compatibility and Contributions) was unintentionally deleted awhile back ago when I reverted the commit. Sorry for that. But this is no longer an issue in vuetable-2, which uses Vue 2.0, thanks to the virtual DOM. |
Examples doesnt work in IE (all versions), neither my demo,
http://vuetable.ratiw.net/examples/bootstrap.html
This is the error:
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
I put the name to de components but still the same.
The text was updated successfully, but these errors were encountered: