We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const appLoading = createApp(AppLoading) appLoading.mount('#appLoading') const app = createApp(App) appLoading.unmount() app.mount('#app') index.js?v=fc2c00c9:4404 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'api') at Object.set (index.js?v=fc2c00c9:4404:36) at setActiveAppRecord (index.js?v=fc2c00c9:3089:29) at async index.js?v=fc2c00c9:4506:7
const appLoading = createApp(AppLoading) appLoading.mount('#appLoading') const app = createApp(App) appLoading.unmount() app.mount('#app')
The text was updated successfully, but these errors were encountered:
Duplicated #356, We've fixed it in v7.3.0. Let's wait for the release. (You can also try v7.3.0-beta.1 now)
Sorry, something went wrong.
Fixed in v7.3.0
No branches or pull requests
const appLoading = createApp(AppLoading) appLoading.mount('#appLoading') const app = createApp(App) appLoading.unmount() app.mount('#app')
index.js?v=fc2c00c9:4404 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'api')
at Object.set (index.js?v=fc2c00c9:4404:36)
at setActiveAppRecord (index.js?v=fc2c00c9:3089:29)
at async index.js?v=fc2c00c9:4506:7
The text was updated successfully, but these errors were encountered: