Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: migrate from vue/compiler-dom to parse5 #9678

Merged
merged 10 commits into from
Aug 24, 2022
Prev Previous commit
Next Next commit
chore: prettier-ignore no closing tag
  • Loading branch information
patak-dev committed Aug 15, 2022
commit 2cd3f108aeaab397fdfc03be06ffdfe2664c5d01
4 changes: 3 additions & 1 deletion playground/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ <h1>Hello</h1>

<!-- accepted HTML constructs -->
<datalist>
<option value="option-without-closing-tag"></option>
<!-- prettier-ignore -->
<option value="option-without-closing-tag">
</datalist>
</datalist>