EGOIST

Results 413 comments of EGOIST

@csonlai can you provide a repo to reproduce?

It's how vue-play works, all your stories are loaded by `./play/preview.js`, it's just a bare minimal Vue app which creates a Vue instance using the selected story and render it....

There's `The hard way` because you may want to integrate `vue-play` to your existing workflow, for example: you already have a webpack config for your app

Need a component like this https://github.com/vuejs/vue-requests/issues/20

maybe we can accept a component: ``` js import {EmbedURL} from 'vue-play' play('foo', module) .add('scenario', { example: { render(h) { return } } }) ``` and also if the value...

actually this should be the default behavior, Cusdis needs to have spam filter built-in, check out Netlify forms' spam filter guide for reference: https://docs.netlify.com/forms/spam-filters/

since the class names are already prefixed with `cusdis-`, I think it's fine to stop using svelte's scoped css, so that the css can be overridden without using `!important`

Go 1.16 has been released. 😄

Go 1.16 is also required for `go:embed` feature