Main JS передает данные в VUE
render: h => h(App, {
props: {
'counter': 10
}
})
Hurt Hamster
render: h => h(App, {
props: {
'counter': 10
}
})