We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb0884 commit 7052f2bCopy full SHA for 7052f2b
src/mount.ts
@@ -164,6 +164,6 @@ export function mount(
164
165
// mount the app!
166
const app = vm.mount(el)
167
- const App = app.$refs[MOUNT_COMPONENT_REF] as T
+ const App = app.$refs[MOUNT_COMPONENT_REF] as ComponentPublicInstance
168
return createWrapper(App, setProps)
169
}
0 commit comments