@nextcloud/dialogs
    Preparing search index...

    Interface ComponentCustomProperties

    Custom properties added to component instances in any way and can be accessed through this

    import { Router } from 'vue-router'

    declare module 'vue' {
    interface ComponentCustomProperties {
    $router: Router
    }
    }