You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,10 @@ Legend of annotations:
136
136
-`mode: 'history', base: BASE_URL` etc. ->`history: createWebHistory(BASE_URL)` etc.
137
137
- 🔴[RFC21: Scoped slot API for`router-link`](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0021-router-link-scoped-slot.md)
138
138
- 🔴[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`
143
143
144
144
####Breaking Changes that Can Only Be Manually Migrated