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 075d769 commit 7f82428Copy full SHA for 7f82428
packages/runtime-core/src/components/KeepAlive.ts
@@ -285,6 +285,7 @@ const KeepAliveImpl = {
285
// export the public type for h/tsx inference
286
// also to avoid inline import() in generated d.ts files
287
export const KeepAlive = (KeepAliveImpl as any) as {
288
+ __isKeepAlive: true
289
new (): {
290
$props: VNodeProps & KeepAliveProps
291
}
0 commit comments