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
99var componentDef = require ( '../directives/component' )
1010
1111// special binding prefixes
12- var propRE = / ^ p r o p - /
1312var bindRE = / ^ b i n d - /
1413var onRE = / ^ o n - /
1514
@@ -624,15 +623,6 @@ function compileDirectives (attrs, options) {
624623 } )
625624 } else
626625
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-
636626 // TODO: remove this in 1.0.0
637627 if ( config . interpolate ) {
638628 dir = collectAttrDirective ( name , value , options )
You can’t perform that action at this time.
0 commit comments