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.
1 parent 1344c59 commit 54ad077Copy full SHA for 54ad077
docs/fr/guide/advanced/teleport.md
@@ -195,8 +195,10 @@ import Navbar from './Navbar.vue'
195
196
test('teleport', async () => {
197
const wrapper = mount(Navbar, {
198
- stubs: {
199
- teleport: true
+ global: {
+ stubs: {
200
+ teleport: true
201
+ }
202
}
203
})
204
docs/guide/advanced/teleport.md
0 commit comments