Skip to content

Commit

Permalink
chore: merge pr console
Browse files Browse the repository at this point in the history
  • Loading branch information
StrivingRabbit committed May 5, 2023
1 parent cbec038 commit 6cf88d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platforms/app-plus/view/framework/plugins/vdom-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class VDomSync {
vm._$id = generateId(vm, findParent(vm), this.version)
let vData = this.addBatchVData[vm._$id]
if (!vData) {
console.error('cid unmatched', vm)
vData = [{}, {}]
} else {
delete this.addBatchVData[vm._$id]
Expand Down

0 comments on commit 6cf88d4

Please sign in to comment.