Skip to content

Commit 524d91b

Browse files
committed
docs (vuejs#431): fix syntax
1 parent 22536d0 commit 524d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/custom-elements-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In 3.0, we are limiting Vue's special treatment of the `is` prop to the `<compon
101101
> Note: this section only affects cases where Vue templates are directly written in the page's HTML.
102102
> When using in-DOM templates, the template is subject to native HTML parsing rules. Some HTML elements, such as `<ul>`, `<ol>`, `<table>` and `<select>` have restrictions on what elements can appear inside them, and some elements such as `<li>`, `<tr>`, and `<option>` can only appear inside certain other elements.
103103
104-
### 2x Syntax
104+
### 2.x Syntax
105105
106106
In Vue 2 we recommended working around with these restrictions by using the `is` prop on a native tag:
107107

0 commit comments

Comments
 (0)