Open emnlmn opened 3 years ago
Hello, I have never tested it with Vue 3. I don't know how it will behave. 🙄
For anyone else that comes here looking for vue 3 support, this won't work. There's at least 1 problem, vue3 no longer support assigning globals to Vue.prototype.$var Stackoverflow explaining the new way to do this: https://stackoverflow.com/a/65184375/2742481
I'm not certain if that would be the only issue but at first glance that would need to be changed to resolve the error mentioned by OP here.
@LeCoupa @ericuldall
While Eric's comment leads in the right direction, this will not work either. Has anyone successfully integrated this in whatever hacky way? I have tried a bunch of libraries so far and no damn luck.
I ended up just rebuilding it, you can see it on my profile https://ericuldall.com/history.html https://github.com/ericuldall/portfolio/blob/683833442a6b8d3212d8565d315bff45fef4c8ca/history.md?plain=1#L1-L175
I have an error when trying to
.use
the library in Vuepress 2.0 (using Vue 3):Is this supported?