Просмотр исходного кода

refactor: remove next tick import (#3163)

Jairo Blatt 2 лет назад
Родитель
Сommit
2e3d12bd22
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/alpinejs/src/lifecycle.js

+ 0 - 1
packages/alpinejs/src/lifecycle.js

@@ -1,7 +1,6 @@
 import { startObservingMutations, onAttributesAdded, onElAdded, onElRemoved, cleanupAttributes } from "./mutation"
 import { deferHandlingDirectives, directives } from "./directives"
 import { dispatch } from './utils/dispatch'
-import { nextTick } from "./nextTick"
 import { walk } from "./utils/walk"
 import { warn } from './utils/warn'