GrammarlyEditorPlugin
Component that enhances textareas, inputs or contenteditables with the Grammarly experience.
See GrammarlyEditorPluginProps for supported props.
GrammarlyEditorPlugin: vue_2_types_vue.ExtendedVue<Vue, {}, {}, {}, GrammarlyEditorPluginProps>
Examples
<template>
<GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID" :config="{ documentDialect: 'british' }">
<textarea />
</GrammarlyEditorPlugin>
</template>