Nik G
Results
2
comments of
Nik G
Same for Nuxt 3.0.0 Plugin init (plugins/toastification.js): ``` mport { defineNuxtPlugin } from 'nuxt/app' import Toast from 'vue-toastification' export default defineNuxtPlugin((nuxtApp) => { const toastOptions = { closeButton: false, timeout:...
> I'm currently having an issue (v 2.29.0) where when I put the editor as readOnly mode, an empty paragraph is added at the top of the editor. I have...