chore: remove dbeugger [ci skip]

This commit is contained in:
Evan You 2022-05-12 10:38:40 +08:00
parent 109453f2ba
commit 9d815d28ad

View File

@ -713,7 +713,6 @@ function baseCreateRenderer(
(!parentSuspense || (parentSuspense && !parentSuspense.pendingBranch)) &&
transition &&
!transition.persisted
if (transition) debugger
if (needCallTransitionHooks) {
transition!.beforeEnter(el)
}