Skip to content

Commit cd05f51

Browse files
committed
remove warning about incomplete migration helper from vuex migration guide
1 parent f340033 commit cd05f51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/guide/migration-vuex.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ __Vuex 2.0__ is a radical redesign and simplification of the API, for those who
1717

1818
__Vuex 1.0__ is mostly backwards-compatible, so requires very few changes to upgrade. It is recommended for those with large existing codebases or who just want the smoothest possible upgrade path to Vue 2.0. This guide is dedicated to facilitating that process, but only includes migration notes. For the complete usage guide, see [the Vuex 1.0 docs](https://github.com/vuejs/vuex/tree/1.0/docs/en).
1919

20-
<p class="tip">The list of deprecations below should be relatively complete, but the migration helper is still being updated to catch them.</p>
21-
2220
## `store.watch` with String Property Path <sup>deprecated</sup>
2321

2422
`store.watch` now only accept functions. So for example, you would have to replace:

0 commit comments

Comments
 (0)