chore: bump vite & esbuild

This commit is contained in:
Evan You
2022-04-12 14:29:49 +08:00
parent 245230e135
commit b2b6b6ff62
4 changed files with 160 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
import { ShapeFlags } from '@vue/shared/src'
import { ShapeFlags } from '@vue/shared'
import { ComponentInternalInstance } from '../component'
import { ComponentPublicInstance } from '../componentPublicInstance'
import { VNode } from '../vnode'

View File

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