|
@@ -16,9 +16,6 @@ exports.checkComponent = function (el, options) {
|
|
|
// dynamic syntax
|
|
// dynamic syntax
|
|
|
var exp = el.getAttribute('is')
|
|
var exp = el.getAttribute('is')
|
|
|
if (exp != null) {
|
|
if (exp != null) {
|
|
|
- if (process.env.NODE_ENV !== 'production' && /{{.*}}/.test(exp)) {
|
|
|
|
|
- _.deprecation.BIND_IS()
|
|
|
|
|
- }
|
|
|
|
|
el.removeAttribute('is')
|
|
el.removeAttribute('is')
|
|
|
} else {
|
|
} else {
|
|
|
exp = el.getAttribute('bind-is')
|
|
exp = el.getAttribute('bind-is')
|