Skip to content

Weird props are generated for vue hook #97

@fago

Description

@fago

Suddenly, a lot of weird props get generated for vuew hooks:

{"id":"BlockHtml","name":"Block Html","category":"Nuxt Components","status":"stable","props":{"type":"object","properties":{"onVue:beforeMount":{"type":"array","title":"On Vue:before Mount","items":{"type":"string"}},"onVue:mounted":{"type":"array","title":"On Vue:mounted","items":{"type":"string"}},"onVue:beforeUpdate":{"type":"array","title":"On Vue:before Update","items":{"type":"string"}},"onVue:updated":{"type":"array","title":"On Vue:updated","items":{"type":"string"}},"onVue:beforeUnmount":{"type":"array","title":"On Vue:before Unmount","items":{"type":"string"}},"onVue:unmounted":{"type":"array","title":"On Vue:unmounted","items":{"type":"string"}}}},"slots":{"body":{"title":"Body"}}},

when vue-component-meta library suddenly adds this, we should filter that out. that does not make sense for us.

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