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

6 lines
89 B
Vue
Raw Normal View History

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