We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973fede commit e7c27d2Copy full SHA for e7c27d2
test/transforms/transformChildren.spec.ts
@@ -57,7 +57,7 @@ describe('compiler: children transform', () => {
57
])
58
})
59
60
- test.only('v-bind="obj"', () => {
+ test('{...obj}', () => {
61
const { code, ir } = compileWithElementTransform(`<div {...obj} />`)
62
expect(code).toMatchInlineSnapshot(`
63
"import { renderEffect as _renderEffect, setDynamicProps as _setDynamicProps, template as _template } from 'vue/vapor';
0 commit comments