mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxt.com>
8 lines
119 B
Vue
8 lines
119 B
Vue
<template>
|
|
<div />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
await navigateTo('/getting-started/installation')
|
|
</script>
|