Mount and New constructor declaration in vue 3

后端 未结 0 1478
迷失自我
迷失自我 2021-02-04 03:25

I want to do this in Vue 3

new ComponentName({ 
  propsData: {
    title: \'hello world\',
  }
}).$mount();

But I\'m getting this error: Vu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题