Skip to content

Commit

Permalink
[update]return null of wxs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderXL committed Jul 10, 2024
1 parent 2cf3c1f commit 9ac37ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function genNode (node) {
}
}
if (node.tag === 'wxs') {
return '""'
return 'null'
}
if (node.type === 1) {
if (node.tag !== 'temp-node') {
Expand Down

0 comments on commit 9ac37ca

Please sign in to comment.