Skip to content

Commit

Permalink
chore(app): fixed cid unmatched [object Object] at view.umd.min.js dc…
Browse files Browse the repository at this point in the history
  • Loading branch information
StrivingRabbit committed Jun 27, 2023
1 parent 24e111d commit c51bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/app-plus/view/framework/plugins/vdom-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +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)
// console.error('cid unmatched', vm)
vData = [{}, {}]
} else {
delete this.addBatchVData[vm._$id]
Expand Down

0 comments on commit c51bee7

Please sign in to comment.