File tree 4 files changed +158
-85
lines changed
packages/runtime-core/src
4 files changed +158
-85
lines changed Original file line number Diff line number Diff line change 67
67
"conventional-changelog-cli" : " ^2.0.31" ,
68
68
"csstype" : " ^3.0.3" ,
69
69
"enquirer" : " ^2.3.2" ,
70
- "esbuild" : " ^0.14.11 " ,
70
+ "esbuild" : " ^0.14.35 " ,
71
71
"eslint" : " ^7.7.0" ,
72
72
"execa" : " ^4.0.2" ,
73
73
"fs-extra" : " ^9.0.1" ,
91
91
"ts-jest" : " ^27.0.5" ,
92
92
"tslib" : " ^2.3.1" ,
93
93
"typescript" : " ^4.2.2" ,
94
- "vite" : " ^2.7.12 " ,
94
+ "vite" : " ^2.9.0 " ,
95
95
"vue" : " workspace:*" ,
96
96
"yorkie" : " ^2.0.0"
97
97
}
Original file line number Diff line number Diff line change 1
- import { ShapeFlags } from '@vue/shared/src '
1
+ import { ShapeFlags } from '@vue/shared'
2
2
import { ComponentInternalInstance } from '../component'
3
3
import { ComponentPublicInstance } from '../componentPublicInstance'
4
4
import { VNode } from '../vnode'
Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ export function updateProps(
197
197
rawPrevProps : Data | null ,
198
198
optimized : boolean
199
199
) {
200
+ debugger
200
201
const {
201
202
props,
202
203
attrs,
You can’t perform that action at this time.
0 commit comments