Skip to content

Commit f1878d1

Browse files
committed
Update web-components.md
1 parent 720ea4e commit f1878d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/extras/web-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ declare module 'vue' {
307307
Here is the recommended way to enable type checking in SFC templates of Custom Elements that are not built with Vue.
308308

309309
:::tip Note
310-
> This approach is one possible way to do it, but it may vary depending on the
311-
> framework being used to create the custom elements.
310+
- This approach is one possible way to do it, but it may vary depending on the
311+
- framework being used to create the custom elements.
312312
:::
313313

314314
Suppose we have a custom element with some JS properties and events defined, and it is shipped in a library called `some-lib`:

0 commit comments

Comments
 (0)