Ulrich-Matthias Schäfer

Results 320 comments of Ulrich-Matthias Schäfer

I am using vscode and there is where this happened so it wasnt working there :/

I have the same problem. I am trying to port several things out of an SVG into HTML. The problem is, that the ported element is in the SVG namespace...

@LinusBorg it turned out that vue 3 with Teleport can handle that in case the Teleport component is wrapped into a foreignObject-tag. Unfortunately, this does not work in portal-vue. However,...

So can you give a quick tip where I have to look in the code for the bug? I am pretty sure you have a few guesses already? :)

There is a `beforeDrop` event in the code which is cancelable and emited to the root. However, it is not doumented how to use it

@FloEdelmann `v-on` is just syntactic sugar on top of `v-bind`. For more advanced usage, it is very much required that I can specify the events as props. Vue usually even...

> Why? Can you share an example? The use case I use the most are those: - I can render conditionally if an update handler was passed or not. E.g....

@ota-meshi the rules remain broken. How is this in any way related to the docs? I cannot enable these rules without fixing being broken and getting false positives with misleading...

So using `onClick`as prop is fine and passing `:onClick` is also fine. Using `@click` is fine as well. But using `onUpdate:modelValue` is not fine. Passing `:onUpdate:modelValue` is fine but breaks...

@ota-meshi the rule DOES support ist! I gave you good arguments, point out inconsistencies, discover misleading error messages and the only thing you repeat is "I can't find it in...