Caleb Porzio 3 سال پیش
والد
کامیت
1b6a5ddd9d
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/alpinejs/src/utils/bind.js

+ 0 - 2
packages/alpinejs/src/utils/bind.js

@@ -8,8 +8,6 @@ export default function bind(el, name, value, modifiers = []) {
 
     el._x_bindings[name] = value
    
-    if (el._x_omit_attributes && el._x_omit_attributes.includes(name)) return
-
     name = modifiers.includes('camel') ? camelCase(name) : name
 
     switch (name) {