1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-05 04:04:26 +00:00
Nuxt/test/fixtures/basic/pages/route-rules/middleware.vue

6 lines
89 B
Vue

<template>
<div>
<div>Greeting: {{ $route.meta.hello }}</div>
</div>
</template>