support to get routing parameters through inject in components. ```vue export default { inject: [ 'route' ] } ```
support to get routing parameters through inject in components.
export default { inject: [ 'route' ] }