David Veselý

Results 11 comments of David Veselý

Some update?

Wrap it to component: ``` import { QuillEditor } from '@vueup/vue-quill'; import '@vueup/vue-quill/dist/vue-quill.snow.css'; ``` And add `.client` to file name for example `TextEditor.client.vue`. It works for me.

@klukiyan Hi, yes like this ``` import { QuillEditor } from '@vueup/vue-quill'; import '@vueup/vue-quill/dist/vue-quill.snow.css'; import MagicUrl from 'quill-magic-url'; const modules = [ { name: 'quill-magic-url', module: MagicUrl, }, ]; ```

@vguillou some news about upgrade to polymer 2? :)

I'm having the same issue with `mountSuspended`, but it works when I use `mount` from `@vue/test-utils`.

Reproduction: https://codesandbox.io/p/devbox/nuxt-element-plus-el-select-performance-issue-rz738p

@dylan-conway Are you planning to do a code review?

@pernielsentikaer Hey, It is not possible to get a verified app from Google. . However, users can use their own credentials, like in the extensions [imessage-2fa](https://www.raycast.com/yuercl/imessage-2fa) or [google-tasks](https://www.raycast.com/elliotdes/google-tasks)

@pernielsentikaer Unfortunately, the issue lies not with the credentials but with the scope. This extension requires `https://www.googleapis.com/auth/drive.file` and `https://www.googleapis.com/auth/drive.metadata.readonly`. Perhaps after the official extension release, I can send the extension...

@raycastbot Waiting for review and merge