Skip to content

Commit a21012a

Browse files
committed
Merge branch 'dev'
Conflicts: README.md
2 parents 6f63fe1 + 059ecab commit a21012a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ Vue is augmented with an additional method, `Vue.navigate(path, [trigger])`. [tr
7676
* The router will emit events on your `$root` VM: `router:started`, `router:beforeUpdate`, `router:afterUpdate`.
7777

7878
* You can pass a `options` hash to pass configuration to the router:
79-
* `hashbang` boolean (defaults to false) to use `#!` urls. Note that your links shouldn't include hashbangs, the router handles this.
80-
* `click` boolean (defaults to true) to automatically bind all click to the router. Not that if `false`, you will need to explicitly call `Vue.navigate` method)
81-
* `base` string (defaults to '/') to specify the base path
82-
* `broadcast` boolean (defaults to false) if true the events will be emitted using the $root `$broadcast` method, so all child VMs will receive the event until a handler `return false;`. If false, it uses `$emit`.
83-
* `debug` boolean (defaults to false) to activate logging from the directive.
79+
* `hashbang`: boolean (defaults to false) to use `#!` urls. Note that your links shouldn't include hashbangs, the router handles this.
80+
* `click`: boolean (defaults to true) to automatically bind all click to the router. Not that if `false`, you will need to explicitly call `Vue.navigate` method).
81+
* `base`: string (defaults to '/') to specify the base path.
82+
* `broadcast`: boolean (defaults to false) if true the events will be emitted using the $root `$broadcast` method, so all child VMs will receive the event until a handler `return false;`. If false, it uses `$emit`.
83+
* `debug`: boolean (defaults to false) to activate logging from the directive.
8484

8585
## Location context
8686

0 commit comments

Comments
 (0)