vue-meta
vue-meta copied to clipboard
Error with typings of meta and script tags in content
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.