nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
415 stars 27 forks source link

fix(fallback): add missing import for `resolveComponent` #65

Closed dargmuesli closed 1 year ago

dargmuesli commented 1 year ago

Description

The component would otherwise error because the method would not be found.

Linked Issues

n/a

Additional context

n/a

harlan-zw commented 1 year ago

Thanks!