]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove debugger
authorEvan You <yyx990803@gmail.com>
Tue, 12 Apr 2022 06:47:15 +0000 (14:47 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 12 Apr 2022 06:47:15 +0000 (14:47 +0800)
packages/runtime-core/src/componentProps.ts

index ad691607608d06e002fa2b3b67eecc9e4917f1c3..6b267ad14446fcb6e4eed04c49d3fd53084809b0 100644 (file)
@@ -197,7 +197,6 @@ export function updateProps(
   rawPrevProps: Data | null,
   optimized: boolean
 ) {
-  debugger
   const {
     props,
     attrs,