Initially navigate to design rather than data
This commit is contained in:
parent
92145be663
commit
e91ca2af22
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
import { goto } from "@roxi/routify"
|
||||
$goto("./data")
|
||||
$goto("./design")
|
||||
</script>
|
||||
|
||||
<!-- routify:options index=false -->
|
||||
|
|
Loading…
Reference in New Issue