Skip to content

Commit f27e3cc

Browse files
committed
chore: lint
1 parent d0cff2b commit f27e3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,8 +1288,8 @@ config.global.mocks = {
12881288
}
12891289

12901290
config.global.stubs = {
1291-
'my-component': {
1292-
name: 'my-component'
1291+
MyComponent: {
1292+
name: 'MyComponent'
12931293
render() {
12941294
return h('div')
12951295
}

0 commit comments

Comments
 (0)