12 |
3 | Route: {{ $route.fullPath }}
4 |
5 |
6 |
--------------------------------------------------------------------------------
/test/fixtures/basic/extends/node_modules/foo/layouts/override.vue:
--------------------------------------------------------------------------------
1 |
2 | {{ someProp }}
4 |foo
4 |4 | hello 5 |
6 |URL is: {{ url }}
14 |Path is: {{ url.pathname }}
15 | 16 | ``` 17 | 18 | ```html [Result in development] 19 |URL is: http://localhost:3000/about
20 |Path is: /about
21 | ``` 22 | 23 | :: 24 | 25 | You can find the list of the [URL instance properties](https://developer.mozilla.org/en-US/docs/Web/API/URL#instance_properties) on the MDN documentation. 26 | -------------------------------------------------------------------------------- /test/fixtures/basic/pages/assets.vue: -------------------------------------------------------------------------------- 1 | 2 |{{ mountedHTML }}
15 |