Skip to content

Commit 7052f2b

Browse files
chore: resolve merge
1 parent 1bb0884 commit 7052f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mount.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ export function mount(
164164

165165
// mount the app!
166166
const app = vm.mount(el)
167-
const App = app.$refs[MOUNT_COMPONENT_REF] as T
167+
const App = app.$refs[MOUNT_COMPONENT_REF] as ComponentPublicInstance
168168
return createWrapper(App, setProps)
169169
}

0 commit comments

Comments
 (0)