start putting things in better spots

This commit is contained in:
Mars 2024-08-27 00:03:24 -04:00
parent 48d073a1de
commit 28fc33cd82
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
13 changed files with 69 additions and 71 deletions

View file

@ -4,9 +4,7 @@ const route = useRoute()
<template>
<div>
<h1>
Nuxt Routing set up successfully!
</h1>
<h1>Nuxt Routing set up successfully!</h1>
<p>Current route: {{ route.path }}</p>
<a
href='https://nuxt.com/docs/getting-started/routing'

View file

@ -1,14 +1,7 @@
<script setup lang="ts">
const route = useRoute()
</script>
<template>
<div>
<h1 c-text>
Nuxt Routing set up successfully!
hi im mard
</h1>
<p c-subtext>
Current route: {{ route.path }}
</p>
</div>
</template>