vuejs / vue-migration-helper

CLI tool to aid in migration from Vue 1.x to 2.0
594 stars 59 forks source link

[Error] Wrong more info link #9

Closed tetreum closed 8 years ago

tetreum commented 8 years ago
  1. Replace history: true with mode: 'history'

    Line 41: src/main.js

    Reason: In vue-router, all modes (e.g. history, hash, abstract) are now set through the new mode option

    More info: http://rc.vuejs.org/guide/migration.html#replace-false-deprecated

I couldn't find where it should point as http://router.vuejs.org/en/api/options.html#mode doesn't display any usage example.

¡Thank you for making this tool!

chrisvfritz commented 8 years ago

The Vue Router migration guide is still being developed (should be done hopefully later today). At that time, I'll have real links to add to router rules. 😃

tetreum commented 8 years ago

Ups! Closing issue then!