Skip to content

ref quill is undefined #489

@georginklv

Description

@georginklv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions