justcaliturner / simple-code-editor

Simple code editor for Vue.js
https://simple-code-editor.vicuxd.com
150 stars 28 forks source link

nuxt 3 error import #33

Open javascriptninjazxc opened 1 year ago

javascriptninjazxc commented 1 year ago

If import simple-code-editor, throw error: Cannot read properties of undefined (reading 'disabled')

Help me pls

philliphartin commented 7 months ago

It's likely you're Nuxt app is attempting to render the component on the server with SSR. Wrap the component in <ClientOnly>.