mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
b90d286631
Co-authored-by: HomWang <516310460@qq.com>
14 lines
165 B
Vue
14 lines
165 B
Vue
<script setup>
|
|
definePageMeta({
|
|
middleware: 'other'
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<NuxtLink to="/">
|
|
Back to home
|
|
</NuxtLink>
|
|
</div>
|
|
</template>
|