mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
9 lines
153 B
Markdown
9 lines
153 B
Markdown
---
|
|
layout: false
|
|
---
|
|
|
|
<script setup>
|
|
import { onMounted } from 'vue'
|
|
onMounted(() => window.location.replace('/getting-started/quick-start'))
|
|
</script>
|