Skip to content

Commit b47fe17

Browse files
authored
docs: add a note about Vue Teleports in routing section
1 parent af0dfeb commit b47fe17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/PLAN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ const router = useRouterStore();
5454
</template>
5555
```
5656

57-
simple ass
57+
simple ass.
58+
59+
and!! to make custom layouts even easier to do, we can use a <Teleport /> for each page
60+
61+
plugins will change some state for <Teleport /> to mount a page component on the page change to somewhere
5862
</details>
5963

6064
## Extensions

0 commit comments

Comments
 (0)