GrammarlyButton
Show the Grammarly button in a custom position.
The Grammarly button can only display once per page. Its location is set and displayed according to the earliest inclusion of <GrammarlyButton>
.
See GrammarlyButtonProps for supported props.
GrammarlyButton: vue_2_types_vue.ExtendedVue<Vue, {}, {}, {}, GrammarlyButtonProps>
Examples
<template>
<GrammarlyButton tone-position="left" />
</template>