vue-meta icon indicating copy to clipboard operation
vue-meta copied to clipboard

[email protected] in Nuxt ^2.15.7 Cannot read property '0' of undefined

Open 449770779 opened this issue 3 years ago • 0 comments

When using nuxt for server rendering, the following errors occur occasionally

TypeError: Cannot read property '0' of undefined at a.head (47.js:2641:38) at a.$metaInfo (/data/web/supply_pro_front/node_modules/vue/dist/vue.runtime.common.prod.js:6:29787) at getComponentOption (/data/web/supply_pro_front/node_modules/vue-meta/dist/vue-meta.common.js:1016:29) at /data/web/supply_pro_front/node_modules/vue-meta/dist/vue-meta.common.js:1043:16 at Array.forEach () at getComponentOption (/data/web/supply_pro_front/node_modules/vue-meta/dist/vue-meta.common.js:1036:15) at /data/web/supply_pro_front/node_modules/vue-meta/dist/vue-meta.common.js:1043:16 at Array.forEach () at getComponentOption (/data/web/supply_pro_front/node_modules/vue-meta/dist/vue-meta.common.js:1036:15) at /data/web/supply_pro_front/node_modules/vue-meta/dist/vue-meta.common.js:1043:16

449770779 avatar May 04 '22 10:05 449770779