Skip to content

Commit

Permalink
fix(teleport.md): fix missed "global" key, vuejs#2336
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzardKv committed Feb 12, 2024
1 parent 1344c59 commit 54ad077
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/fr/guide/advanced/teleport.md
Expand Up @@ -195,8 +195,10 @@ import Navbar from './Navbar.vue'

test('teleport', async () => {
const wrapper = mount(Navbar, {
stubs: {
teleport: true
global: {
stubs: {
teleport: true
}
}
})
})
Expand Down
6 changes: 4 additions & 2 deletions docs/guide/advanced/teleport.md
Expand Up @@ -195,8 +195,10 @@ import Navbar from './Navbar.vue'

test('teleport', async () => {
const wrapper = mount(Navbar, {
stubs: {
teleport: true
global: {
stubs: {
teleport: true
}
}
})
})
Expand Down

0 comments on commit 54ad077

Please sign in to comment.