Skip to content

Commit

Permalink
Update anchor link in guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixwong committed Nov 5, 2016
1 parent 7382e8b commit 7108ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ However, thanks to the awesome Vue2.0 feature, which now has great support for `

### No More `vue-timepicker-update` Event

The `$dispatch` event `vue-timepicker-update` been depending on, together with the `events` option, got removed in Vue2 either ([source 1](http://vuejs.org/guide/migration.html#dispatch-and-broadcast-replaced), [source 2](http://vuejs.org/guide/migration.html#events-option-removed)). Please switch to `@change` event handler instead -- check the [Documentation](https://github.com/phoenixwong/vue2-timepicker/#get-time-pickers-current-value) for detail example.
The `$dispatch` event `vue-timepicker-update` been depending on, together with the `events` option, got removed in Vue2 either ([source 1](http://vuejs.org/guide/migration.html#dispatch-and-broadcast-replaced), [source 2](http://vuejs.org/guide/migration.html#events-option-removed)). Please switch to `@change` event handler instead -- check the [Documentation](https://github.com/phoenixwong/vue2-timepicker#method-2-add-change-event-handler) for detail example.

## Minor Changes

Expand Down Expand Up @@ -119,4 +119,4 @@ When the picker is set to "14:30:15" later --

## Miscellaneous

There will be **no** ES5 support in the 2.x version
There will be **no** standalone ES5 script in the 2.x version.

0 comments on commit 7108ce6

Please sign in to comment.