File tree 1 file changed +2
-3
lines changed
Filter options
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'
8
8
const xlinkRE = / ^ x l i n k : /
9
9
10
10
// 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 ) $ /
13
12
// these attributes should also set their corresponding properties
14
13
// 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 ) $ /
16
15
17
16
// these attributes should set a hidden property for
18
17
// binding v-model to object values
You can’t perform that action at this time.
0 commit comments