Update packages/compiler-core/__tests__/transforms/vIf.spec.ts

Co-authored-by: edison <daiwei521@126.com>
This commit is contained in:
linzhe 2024-08-29 09:11:53 +08:00 committed by GitHub
parent 839d30946f
commit 551ac25f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ describe('compiler: v-if', () => {
)
})
test('template is not static key with v-if', () => {
test('template v-if + dynamic key', () => {
const {
node: { codegenNode: codegenNode },
} = parseWithIfTransform(