Skip to content

Commit 7e01637

Browse files
zhiyuanzmjposva
authored andcommitted
chore: update
1 parent 24d5852 commit 7e01637

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)