Luca Ban
Luca Ban
@hunterliu1003 greatly improved the docs arrangement to make more sense for newer devs
How to update the props of a dynamic modal after the modal was opened?
Props ===== name → modal-id (name is too vague) ssr → prerender → hide-method ('v-show', 'v-if') → render-method ('v-show', 'v-if') → show-method ('v-show', 'v-if') → render-with ('v-show', 'v-if') (ssr is...
rename "examples" to "use cases" and create some more use cases like - fullscreen modal - swipe-able modal - custom transitions see image below for suggested rearrangement
fixes: #40 PS: we can remove `--bundle-node-modules` again once the ESM version of Prism comes out.
Is it possible to prepare an ESM version so I can use this in Vite? I'm not sure why I'm seeing issues like this... > SyntaxError: The requested module '/@fs/Users/lucaban/ghq/github.com/CyCraft/blitzar/node_modules/vue-prism-component/dist/vue-prism-component.common.js?v=d01fabea'...
https://github.com/egoist/vue-prism-component/blob/ac4941f69a44522f37fcc83d0e8b2079be6ed87c/package.json#L3
I'd love if you could add a CSS option or an example in the docs to get a _simple single image uploader_ like so: 1. 2.
For JavaScript we all love JSDoc and I personally use it all the time. For Solidity I find myself **having to manually add documentation** blocks above smart contract functions... Will...