File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ const xlinkNS = 'http://www.w3.org/1999/xlink'
88const xlinkRE = / ^ x l i n k : /
99
1010// check for attributes that prohibit interpolations
11- const disallowedInterpAttrRE = / ^ v - | ^ : | ^ @ | ^ ( i s | t r a n s i t i o n | t r a n s i t i o n - m o d e | d e b o u n c e | t r a c k - b y | s t a g g e r | e n t e r - s t a g g e r | l e a v e - s t a g g e r ) $ /
12-
11+ const disallowedInterpAttrRE = / ^ v - | ^ : | ^ @ | ^ (?: i s | t r a n s i t i o n | t r a n s i t i o n - m o d e | d e b o u n c e | t r a c k - b y | s t a g g e r | e n t e r - s t a g g e r | l e a v e - s t a g g e r ) $ /
1312// these attributes should also set their corresponding properties
1413// because they only affect the initial state of the element
15- const attrWithPropsRE = / ^ ( v a l u e | c h e c k e d | s e l e c t e d | m u t e d ) $ /
14+ const attrWithPropsRE = / ^ (?: v a l u e | c h e c k e d | s e l e c t e d | m u t e d ) $ /
1615
1716// these attributes should set a hidden property for
1817// binding v-model to object values
You can’t perform that action at this time.
0 commit comments