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