We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b758e3 + ba1179d commit 0b143e8Copy full SHA for 0b143e8
src/guide/migration.md
@@ -15,7 +15,7 @@ const App = {
15
props: ['foo']
16
}
17
18
-const mount(App, {
+const wrapper = mount(App, {
19
propsData: {
20
foo: 'bar'
21
@@ -29,7 +29,7 @@ const App = {
29
30
31
32
33
props: {
34
35
@@ -112,7 +112,7 @@ const $route = {
112
113
114
115
116
stubs: {
117
Foo: true
118
},
@@ -131,7 +131,7 @@ const $route = {
131
132
133
134
135
global: {
136
137
0 commit comments