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
-**router-view:** reuse saved instances in different records ([#446](https://github.com/vuejs/vue-router-next/issues/446)) ([6554171](https://github.com/vuejs/vue-router-next/commit/65541718b0d5af665fd87dc0e48770cba832a2bb))
6
+
-**types:** add HTML attributes for JSX ([06f3f8f](https://github.com/vuejs/vue-router-next/commit/06f3f8fd7c3a32da331802fe5d3d19ced17200a3)), closes [#435](https://github.com/vuejs/vue-router-next/issues/435)
7
+
-**types:** allow components defined via defineComponent ([#421](https://github.com/vuejs/vue-router-next/issues/421)) ([e47c84c](https://github.com/vuejs/vue-router-next/commit/e47c84c74a97ae7bb9095ea75f98a6fa8a216532))
8
+
9
+
### BREAKING CHANGES
10
+
11
+
-**router-view:**`onBeforeRouteLeave` and `onBeforeRouteUpdate` used to
12
+
have access to the component instance through `instance.proxy` but given
13
+
that:
14
+
1. It has been marked as `internal` (https://github.com/vuejs/vue-next/pull/1849)
15
+
2. When using `setup`, all variables are accessible on the scope (and
16
+
should be accessed that way because the code minimizes better)
17
+
It has been removed to prevent wrong usage and lighten Vue Router
0 commit comments