justcaliturner / simple-code-editor

Simple code editor for Vue.js
https://simple-code-editor.vicuxd.com
154 stars 30 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 10 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>.