File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ var resolveAsset = _.resolveAsset
9
9
var componentDef = require ( '../directives/component' )
10
10
11
11
// special binding prefixes
12
- var propRE = / ^ p r o p - /
13
12
var bindRE = / ^ b i n d - /
14
13
var onRE = / ^ o n - /
15
14
@@ -624,15 +623,6 @@ function compileDirectives (attrs, options) {
624
623
} )
625
624
} else
626
625
627
- // should not see props here
628
- /* istanbul ignore if */
629
- if ( process . env . NODE_ENV !== 'production' && propRE . test ( name ) ) {
630
- _ . warn (
631
- name + '="' + value + '" is not compiled. The prop is either not declared ' +
632
- 'on the child component, or is used on a non-component element.'
633
- )
634
- } else
635
-
636
626
// TODO: remove this in 1.0.0
637
627
if ( config . interpolate ) {
638
628
dir = collectAttrDirective ( name , value , options )
You can’t perform that action at this time.
0 commit comments