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 8c8e59a commit 4d74544Copy full SHA for 4d74544
src/guide/web-components.md
@@ -200,7 +200,7 @@ It is recommended to export the individual element constructors to give your use
200
```js
201
import { defineCustomElement } from 'vue'
202
import Foo from './MyFoo.ce.vue'
203
-import Bar from './MyBar.ce.bar'
+import Bar from './MyBar.ce.vue'
204
205
const MyFoo = defineCustomElement(Foo)
206
const MyBar = defineCustomElement(Bar)
0 commit comments