Anatoly Kopyl

Results 7 comments of Anatoly Kopyl

Turns out the issue only appears if there are 2 different inputs with `v-mask`. Also Vue 3 is not affected, I was only able to reproduce on Vue 2. [Reproduction...

Old thread, but for anyone in the future looking for a way, you can do it by specifying a named slot `#no-result`. ```vue ```

I've come up with a crude way of preserving the data passed to props of Markdown partials. For now, this method only works if the prop is a literal, since...

I consider this PR done. @slorber, could you please check it out? Any tips regarding how this can be improved are appreciated! I'd be glad to make changes to this...

Thanks for the detailed feedback! I'll be working on improving this PR in the following weeks.

Moved the dogfooding into [`_docs tests`](https://deploy-preview-9684--docusaurus-2.netlify.app/tests/docs/toc-partials/). Added a deeply nested partial and a partial with props in the heading. Last one is not working, the heading shows the text passed...

You can use `ConfettiExplosion` as a [dynamic component](https://vuejs.org/guide/essentials/component-basics.html#dynamic-components) to avoid the error: ```vue import ConfettiExplosion from "vue-confetti-explosion"; ```