1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

fixes for initial routing

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-17 14:01:42 +01:00
parent bf90d9cf4c
commit 51bd52006b
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<script>
import { goto } from "@roxi/routify"
$goto("../table")
$goto("./table")
</script>
<!-- routify:options index=false -->

View file

@ -0,0 +1,2 @@
<!-- routify:options index=1 -->
<slot />