Subscribe on changes!

getCurrentInstance not work when using createApp and call mount

avatar
Dec 7th 2020

Version

3.0.4

Reproduction link

https://codesandbox.io/s/trusting-wu-n8cue?file=/src/App.vue:304-335

Steps to reproduce

app.mount(rootContainer)

What is expected?

getCurrentInstance all working

What is actually happening?

the second get null


I want to add some toast and then execute the logic,

avatar
Dec 7th 2020

You cannot create an app inside of the setup of another other app. It changes the current instance and that's why you see no instance after Toast()

avatar
Dec 7th 2020

You cannot create an app inside of the setup of another other app. It changes the current instance and that's why you see no instance after Toast()

Thanks~ But the documentation has no description, can it be added to the documentation? https://v3.vuejs.org/api/composition-api.html#getcurrentinstance