nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
400 stars 34 forks source link

$router is missing #29

Closed moltar closed 5 years ago

moltar commented 5 years ago

It appears that $router is not typed.

Thanks!

husayt commented 5 years ago

This is done by "vue-router" itself and needs to be picked up by your project.

See here