start putting things in better spots
This commit is contained in:
parent
48d073a1de
commit
28fc33cd82
13 changed files with 69 additions and 71 deletions
|
@ -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'
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue