mirror of https://github.com/vuejs/core.git
Update packages/compiler-core/__tests__/transforms/vIf.spec.ts
Co-authored-by: edison <daiwei521@126.com>
This commit is contained in:
parent
839d30946f
commit
551ac25f87
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue