quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
26 lines • 553 B
JSON
{
"type": "directive",
"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"
]
}
}
}