AustinGil/vuetensils

Updating vuepress-plugin-live breaks docs examples

TheJaredWilcurt opened this issue · 4 comments

Interesting. Im going to have to spend some time with this one.

Specifically happens when going from v1.4.2 to the next release, 1.5.0 (or above).

Not much changed between these two, so hopefully it is easy to figure out.

One change that occurred was updating a dependency, Vue-Live, from v1.4.3 to v1.6.0. So a code change in there may be related also.

Hello,
Is there any update on that one? I saw the plugin:[['live']] is missing on vuepress config I wonder if a newer version could have fixed that issue so we can reenable it or if there are alternatives to vuepress live plugin.
Not having a live example is quite painful when looking at the documentation.

The original issue was actually unrelated to this latest one, but I've upgraded Vuepress to the next version. Unfortunately, vuepress-plugin-live does not currently support the next version. I've reached out to the authors to see if they are going to support it and waiting to hear back. If not, then my options are to either make a PR myself (or fork it) or maybe use an embeded Codesandbox. It may take me a little while to get to it, but I fully intend to have live examples in the documentation.