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