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 4636368 commit ef302bdCopy full SHA for ef302bd
packages/router/src/VaporRouterView.ts
@@ -150,7 +150,7 @@ export const VaporRouterViewImpl = /*#__PURE__*/ defineVaporComponent({
150
151
if (slots.default) {
152
return slots.default({
153
- // lazy initialization via getter (created on demand)
+ // lazy initialization via getter (created on demand) for KeepAlive
154
get Component() {
155
return initComponent()
156
},
0 commit comments