Skip to content

Commit 97dbfb4

Browse files
committed
docs: update progress
1 parent 8ee57f7 commit 97dbfb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ Legend of annotations:
136136
- `mode: 'history', base: BASE_URL` etc. -> `history: createWebHistory(BASE_URL)` etc.
137137
- 🔴 [RFC21: Scoped slot API for `router-link`](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0021-router-link-scoped-slot.md)
138138
- 🔴 [RFC28: Change active and exact-active behavior for `router-link`](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0028-router-active-link.md)
139-
- 🔴 [`vue-class-component` 7.x to 8](https://github.com/vuejs/vue-class-component/issues/406)
140-
- 🟢 `import { Component } from 'vue-class-component'` -> `import { Options as Component } from 'vue-class-component'`
141-
- `import Vue from 'vue'` -> `import { Vue } from 'vue-class-component'` (Need to avoid name collision if there's any reference to `Vue` besides `extends Vue`)
142-
- `Component.registerHooks` -> `Vue.registerHooks`
139+
- [`vue-class-component` 7.x to 8](https://github.com/vuejs/vue-class-component/issues/406)
140+
- `import { Component } from 'vue-class-component'` -> `import { Options as Component } from 'vue-class-component'`
141+
- 🔴 `import Vue from 'vue'` -> `import { Vue } from 'vue-class-component'` (Need to avoid name collision if there's any reference to `Vue` besides `extends Vue`)
142+
- 🔴 `Component.registerHooks` -> `Vue.registerHooks`
143143

144144
#### Breaking Changes that Can Only Be Manually Migrated
145145

0 commit comments

Comments
 (0)