Explorar el Código

chore: remove debugger

Evan You hace 4 años
padre
commit
68bb8f2529
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/runtime-core/src/componentProps.ts

+ 0 - 1
packages/runtime-core/src/componentProps.ts

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