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 720ea4e commit f1878d1Copy full SHA for f1878d1
src/guide/extras/web-components.md
@@ -307,8 +307,8 @@ declare module 'vue' {
307
Here is the recommended way to enable type checking in SFC templates of Custom Elements that are not built with Vue.
308
309
:::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.
+- This approach is one possible way to do it, but it may vary depending on the
+- framework being used to create the custom elements.
312
:::
313
314
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