Skip to content

Commit 4d74544

Browse files
authored
Update web-components.md (#1207)
Fixed tipo in MyBar.ce.bar as MyBar.ce.vue.
1 parent 8c8e59a commit 4d74544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/web-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ It is recommended to export the individual element constructors to give your use
200200
```js
201201
import { defineCustomElement } from 'vue'
202202
import Foo from './MyFoo.ce.vue'
203-
import Bar from './MyBar.ce.bar'
203+
import Bar from './MyBar.ce.vue'
204204

205205
const MyFoo = defineCustomElement(Foo)
206206
const MyBar = defineCustomElement(Bar)

0 commit comments

Comments
 (0)