как добавить расширение textalign и цвет текста в tiptap-vuetify в nuxt js?

#vue.js #vuetify.js #nuxtjs #tiptap

#vue.js #vuetify.js #nuxtjs #tiptap

Вопрос:

как добавить расширение для выравнивания текста и цвет текста в Tiptap-vuetify в Nuxtjs?

      <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>
 

Комментарии:

1. никто не отвечает за проблему?