microf
microf copied to clipboard
[Feature] Shared state between micro-apps and host app
shared state, using Vue's reactive object for both the host app and the child-apps. Modifying the reactive object at a micro application will change the equivalent reactive object at the host application.