Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Feb 14, 2022
1 parent 35a5cbe commit 4470fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler-core/src/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function parseChildren(context) {
node = parseInterpolation(context);
} else if (s[0] === "<") {
if (s[1] === "/") {
// 这里属于 edge case 可以不用关心
// 处理结束标签
if (/[a-z]/i.test(s[2])) {
// 匹配 </div>
Expand Down

0 comments on commit 4470fc4

Please sign in to comment.