Nikolay Ryazantsev

Results 13 comments of Nikolay Ryazantsev

Problem is confirmed also in Vue 3.3.4. UPD: Resolved by updating to version vue-inline-svg 3.1.2. Mine was limited to the major version 2 in the package.json. Version 2 uses `render(createElement...

Ah, okay. But may I ask what is your MSIX then and what is its size?

Ok, wrote a component for Vue 2.x. Use it like this: `` Based on the original Vue wrapper for Select2 from [here](https://v2.vuejs.org/v2/examples/select2.html) ``` Vue.component("toggle", { props: ["id", "value", "disabled", "data-on",...