robcresswell / vue-material-design-icons

Material Design Icons as Vue Single File Components
https://npmjs.com/vue-material-design-icons
MIT License
162 stars 35 forks source link

Vue3 issue #262

Closed djcaesar9114 closed 3 years ago

djcaesar9114 commented 3 years ago

Hello, I followed exactly what is described in the README and I have this error in the console:

Uncaught (in promise) TypeError: Cannot read property 'decorative' of undefined
    at Proxy.render (Menu.vue?8aa8:2)
    at renderComponentRoot (runtime-core.esm-bundler.js?5c40:710)
    at componentEffect (runtime-core.esm-bundler.js?5c40:4193)
    at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
    at effect (reactivity.esm-bundler.js?a1e9:17)
    at setupRenderEffect (runtime-core.esm-bundler.js?5c40:4176)
    at mountComponent (runtime-core.esm-bundler.js?5c40:4134)
    at processComponent (runtime-core.esm-bundler.js?5c40:4094)
    at patch (runtime-core.esm-bundler.js?5c40:3712)
    at mountChildren (runtime-core.esm-bundler.js?5c40:3894)
robcresswell commented 3 years ago

Duplicate of https://github.com/robcresswell/vue-material-design-icons/issues/230 really. I haven't got round to updating for Vue 3.