-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Describe the bug
<QuillEditor ref="quill" :options="editorOption" v-model:content="payload.body" />
<script lang="ts" setup>
import { QuillEditor } from '@vueup/vue-quill';
const quill = ref()
console.log(quill.value);
</script>
i am setting ref but still when i console log it its undefined
Metadata
Metadata
Assignees
Labels
No labels