nuxt/vue-meta

Error with typings of meta and script tags in content

BrandonlinU opened this issue · 0 comments

In accordance with the documentation of vue-meta, it can be possible to use a null or undefined value in content and innerHTML properties for the meta and script tags to remove or use the parent value, but the typings does not support that.
I create a pull request to solve this error, adding the missing typings.