Skip to content

Commit ef302bd

Browse files
committed
chore: update
1 parent 4636368 commit ef302bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/VaporRouterView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const VaporRouterViewImpl = /*#__PURE__*/ defineVaporComponent({
150150

151151
if (slots.default) {
152152
return slots.default({
153-
// lazy initialization via getter (created on demand)
153+
// lazy initialization via getter (created on demand) for KeepAlive
154154
get Component() {
155155
return initComponent()
156156
},

0 commit comments

Comments
 (0)