Caleb Porzio 3 年之前
父节点
当前提交
975c9f834c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/alpinejs/src/directives/x-bind.js

+ 0 - 1
packages/alpinejs/src/directives/x-bind.js

@@ -1,5 +1,4 @@
 import { attributesOnly, directive, directives, into, mapAttributes, prefix, startingWith } from '../directives'
-import { addInitSelector } from '../lifecycle'
 import { evaluateLater } from '../evaluator'
 import { mutateDom } from '../mutation'
 import bind from '../utils/bind'