Skip to content

Commit 659a2ca

Browse files
committed
docs: add reset password url
1 parent a04c37b commit 659a2ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/layout.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ More Examples:
3131
|Comments | ([view1(view1.height/3)] |
3232
```
3333

34-
[Online Editor Engine](https://github.com/IjzerenHein/visualformat-editor)
34+
[Online Editor Engine](https://github.com/IjzerenHein/visualformat-editor)
35+
36+
## [muuri](https://github.com/haltu/muuri)
37+

examples/login.design

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ flow 登出 {
2727
page HomePage {
2828
LayoutGrid: 12x
2929
LayoutId: HomePage
30+
Router: "/home"
31+
}
32+
33+
page ForgotPasswordPage {
34+
Router: "/profile/reset-password/"
3035
}
3136

3237
Layout HomePage {

0 commit comments

Comments
 (0)