File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { resolveAsset } from './options'
3
3
import { getAttr , getBindAttr } from './dom'
4
4
import { isArray , isPlainObject , isObject , hasOwn } from './lang'
5
5
6
- export const commonTagRE = / ^ ( d i v | p | s p a n | i m g | a | b | i | b r | u l | o l | l i | h 1 | h 2 | h 3 | h 4 | h 5 | h 6 | c o d e | p r e | t a b l e | t h | t d | t r | f o r m | l a b e l | i n p u t | s e l e c t | o p t i o n | n a v | a r t i c l e | s e c t i o n | h e a d e r | f o o t e r ) $ /
7
- export const reservedTagRE = / ^ ( s l o t | p a r t i a l | c o m p o n e n t ) $ /
6
+ export const commonTagRE = / ^ ( d i v | p | s p a n | i m g | a | b | i | b r | u l | o l | l i | h 1 | h 2 | h 3 | h 4 | h 5 | h 6 | c o d e | p r e | t a b l e | t h | t d | t r | f o r m | l a b e l | i n p u t | s e l e c t | o p t i o n | n a v | a r t i c l e | s e c t i o n | h e a d e r | f o o t e r ) $ / i
7
+ export const reservedTagRE = / ^ ( s l o t | p a r t i a l | c o m p o n e n t ) $ / i
8
8
9
9
let isUnknownElement
10
10
if ( process . env . NODE_ENV !== 'production' ) {
You can’t perform that action at this time.
0 commit comments