wip: remove v-if key warning as there are legit use cases

This commit is contained in:
Evan You
2021-05-05 16:25:33 -04:00
parent c32760147c
commit 7a8cee8688
3 changed files with 4 additions and 22 deletions

View File

@@ -306,7 +306,6 @@ describe('compiler: v-if', () => {
code: ErrorCodes.X_V_IF_SAME_KEY
}
])
expect('unnecessary key usage on v-if').toHaveBeenWarned()
})
})