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

Style and Script not converted right #33

@Zwaen91

Description

@Zwaen91

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(&amp;quot;Foo&amp;quot;);" type="text/javascript" data-vue-meta="true"></script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions