Custom properties added to component instances in any way and can be accessed through this
this
import { Router } from 'vue-router'declare module 'vue' { interface ComponentCustomProperties { $router: Router }} Copy
import { Router } from 'vue-router'declare module 'vue' { interface ComponentCustomProperties { $router: Router }}
Custom properties added to component instances in any way and can be accessed through
thisExample