EGOIST

Results 413 comments of 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 ![2017-05-24 7 10 11](https://cloud.githubusercontent.com/assets/8784712/26400720/006e7d6c-40b5-11e7-85cb-979660f06bae.png)

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