如何在 Nuxtjs 中向 Tiptap-vuetify 添加扩展 Text-align 和 text-color?
<template #toolbar="{ buttons, commands, isActive }">
<!--You can render the buttons as you wish (you can see in the source code how this is done).-->
<button @click="commands.alignment({ align: 'left' })">
LEFT
</button>
</template>