-
Notifications
You must be signed in to change notification settings - Fork 0
Weird props are generated for vue hook #97
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels