wip: compiler should default to v3 behavior

This commit is contained in:
Evan You
2021-04-17 15:55:14 -04:00
parent 3528ced0b4
commit c5c304af14
3 changed files with 13 additions and 5 deletions

View File

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