quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
23 lines (20 loc) • 503 B
JSON
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-directives/go-back"
},
"value": {
"type": [ "String", "Object" ],
"desc": "Equivalent to Vue Router <router-link> 'to' property",
"examples": [
"/home/dashboard",
"{ name: 'my-route-name' }"
]
},
"modifiers": {
"single": {
"type": "Boolean",
"desc": "Go back to previous route instead of the whole way to before directive was initialized",
"examples": [ "v-go-back.single" ]
}
}
}