Skip to content

Commit 9b0f812

Browse files
authored
fix: fix playground dynamic layout cannot work (#42)
1 parent d799085 commit 9b0f812

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

playground/src/pages/index/uni-layout.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ function handleSwitch() {
2121
<template #footer>uni-layout footer</template>
2222
</uni-layout>
2323
</template>
24+
25+
<route lang="json">
26+
{
27+
"layout": false
28+
}
29+
</route>

0 commit comments

Comments
 (0)