Nuxt/test/fixtures/spa/plugins/path.js
2019-11-24 14:26:33 +01:00

5 lines
156 B
JavaScript

export default function ({ route }, inject) {
// Inject route's fullPath as seen initially within the plugin.
inject('routeFullPath', route.fullPath)
}