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) {