Principais dados JS passam para Vue
render: h => h(App, {
props: {
'counter': 10
}
})
Hurt Hamster
render: h => h(App, {
props: {
'counter': 10
}
})