vikingmute / vue3-easymde

Vue3 component wrapper for EasyMDE
GNU General Public License v3.0
23 stars 2 forks source link

Custom toolbar config #3

Closed LuisBrescia closed 6 months ago

LuisBrescia commented 6 months ago

Cannot access the function, recieve the error "Cannot read properties of undefined (reading 'blockStyles')"

{ name: "bold", action: mdePauta.toggleBold, className: "fa fa-bold", title: "Negrito (CTRL + B)", },

LuisBrescia commented 6 months ago

i realized that you need to use EasyMDE itself

import EasyMDE from 'easymde'

action: EasyMDE.toggleBold,