Getting error Uncaught TypeError: Cannot read properties of undefined (reading 'emit')
#217
OZcomingFRoo
started this conversation in
General
Replies: 2 comments
-
Not a QuillEditor error just put v-if="tutor.description !== undefined" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you ever find the answer to this issue? I have the exact same error... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use Vue 3 and add a simple quill component,
And I get this error no matter what I do:
This is how I code the quill component in my parent component.
Is this a new error from the beta version?
This didn't happen before.
What am I missing?
Edit:
Mind that I even tried to remove
v-model:content="tutor.description"
that was highlighted.And still the same error.
Beta Was this translation helpful? Give feedback.
All reactions