as the example code in the document of vuejs
in vue2:

and it will be changed to :

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

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

test.vue:
<script> export default { render(h) { return h('button_counter') } } </script>