This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Description
In version 0.5.2 the style and script are not converted how they should.
metaInfo: {
titleTemplate: 'Shop Admin | %s',
title: 'Dashboard',
style: [
{ cssText: '.foo { color: red }', type: 'text/css' }
],
script: [
{ innerHTML: 'console.log("Foo");', type: 'text/javascript' }
]
}
<style csstext=".foo { color: red }" type="text/css" data-vue-meta="true"></style>
<script innerhtml="console.log(&quot;Foo&quot;);" type="text/javascript" data-vue-meta="true"></script>