Nuxt/test/fixtures/spa/pages/route-path.vue

4 lines
69 B
Vue

<template>
<div>Route path: {{ $routeFullPath }}</div>
</template>