fixes for initial routing
This commit is contained in:
parent
bf90d9cf4c
commit
51bd52006b
|
@ -1,6 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import { goto } from "@roxi/routify"
|
import { goto } from "@roxi/routify"
|
||||||
$goto("../table")
|
$goto("./table")
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- routify:options index=false -->
|
<!-- routify:options index=false -->
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
<!-- routify:options index=1 -->
|
||||||
|
<slot />
|
Loading…
Reference in New Issue