Skip to content

Commit

Permalink
docs: fix missed "global" key
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzardKv authored Feb 12, 2024
1 parent 1344c59 commit 755f20d
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 755f20d

Please sign in to comment.