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

Error with typings of meta and script tags in content

Open BrandonlinU opened this issue 3 years ago • 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.

BrandonlinU avatar Apr 25 '22 22:04 BrandonlinU