I want to do this in Vue 3
new ComponentName({ propsData: { title: \'hello world\', } }).$mount();
But I\'m getting this error: Vu
Vu