{
  "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" ]
    }
  }
}
