editor icon indicating copy to clipboard operation
editor copied to clipboard

TypeError: Cannot read property 'find' of undefined

Open cyberz opened this issue 6 years ago • 0 comments

Nuxt 2.8.1 with @tui-nuxt/editor and nuxt-jsonld gives an error

TypeError: Cannot read property 'find' of undefined at VueComponent.editorOptions (editor.client.js:15)

in file editor.client.js

-> language: this.$metaInfo.meta.find(e => e.hid === 'og:locale').content || 'en_US'

cyberz avatar Sep 11 '19 18:09 cyberz