Skip to content

wrong function of transformation module render-to-resolveComponent  #39

@ZhenXiongQian

Description

@ZhenXiongQian

as the example code in the document of vuejs
in vue2:
image
and it will be changed to :
image

But, it is wrong with command :npx vue-codemod test.vue -a
image

the other wrong with :npx vue-codemod test.vue -t render-to-resolveComponent
image

test.vue:
<script> export default { render(h) { return h('button_counter') } } </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