Francisco Lourenço

Results 152 comments of Francisco Lourenço

vue-apollo is an example of what supporting the Options API could look like https://apollo.vuejs.org/guide/apollo/#usage-in-vue-components

My understanding is that: 1. The majority of the [docs](https://v3.vuejs.org/guide/introduction.html) is written with the Options API 1. There is a section in the docs for the [Composition API](https://v3.vuejs.org/guide/composition-api-introduction.html#introduction) 1. There...

@kitten Could you share some context on the hold ⚠️ tag? Thanks!

@epegzz I ran into the same issue and this works around the problem, thanks! 👍

Maybe a mention in the README to the alternative `data`/`prependData` option.

@dylanjha I get `TypeError: Cannot redefine property: createObjectURL` `[email protected]`

@dylanjha `createObjectURL` is defined but not a function, so some libraries throw errors. An assignment worked for me: ``` window.URL.createObjectURL = noOp ```

I can reproduce the problem. It seems to happen in `direct-select` mode while dragging a vertex and releasing the mouse button **without stopping to move the mouse**. Seems easier to...