Skip to content

Commit 3caddec

Browse files
committed
feat(compiler): compiler supports search tag
1 parent e33d554 commit 3caddec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/domTagConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const HTML_TAGS =
1212
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
1313
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
1414
'option,output,progress,select,textarea,details,dialog,menu,' +
15-
'summary,template,blockquote,iframe,tfoot'
15+
'summary,template,blockquote,iframe,tfoot,search'
1616

1717
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element
1818
const SVG_TAGS =

0 commit comments

Comments
 (0)