Description
As a developer I want to provide tools for my users to manipulate Vue live based documentation of components that rely on Vuex data.
I'm currently working on a set of modules, all heavily documented, that interconnect and via common Vuex stores.
I have put together a custom Vuepress theme that provides some initial mock data for my live examples: https://github.com/druxt/vuepress-theme-druxt/blob/feature/1-poc/enhanceApp.js
The main issue I face is that if a user changes the Live demo and references Vuex data that is not present it will not work.
Having the ability to show the Vuex data, and an easy way for a user to manipulate said data, should resolve the issue.
I suspect this could already be done with a custom layout for Vue Live, but that's a bit tricker as I am using Vue Live via the Vuepress plugin.