EGOIST
EGOIST
@jadengore Yep, that's a workaround for people using fish :)
That's nice to have, I'll take a look later. As always, PR is welcome.
Hmm, seems `window` is undefined in your app? I just tried myself with your example and the default template of Quasar, it worked fine 😅 Would you mind providing a...
Just tried your example, no changes, no errors 
This project is probably older than the one you mentioned.
And we can parse `props` from component and prepend it to styleguide page. This way, we need to use a component as the `play` argument, we can infer its name...
the manager page uses vuex but the preview(iframe) does not, your component does not really affect vue-play, it's independent from the app interface. [./src/preview.js](https://github.com/vue-play/vue-play/blob/master/src/preview.js) is the actual file loading your...
Currently you can import your vuex `store` and use it directly, but the `mapState...` helpers would not work. since it requires your to bind `store` to Vue instance ```js //...
Maybe It could be done with `play('Button', module, {store})` so that we bind the store when we create the Vue instance, I'm just not sure if there's any more elegant...
@JackuB looks good