mirror of https://github.com/Budibase/budibase.git
2 changed files with 3 additions and 1 deletions
@ -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