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 03c2c6c commit 9e010aeCopy full SHA for 9e010ae
packages/compiler-sfc/__tests__/compileScript/defineProps.spec.ts
@@ -278,7 +278,7 @@ const props = defineProps({ foo: String })
278
expect(bindings).toStrictEqual({
279
x: BindingTypes.PROPS,
280
y: BindingTypes.PROPS,
281
- z: BindingTypes.PROPS
+ z: BindingTypes.PROPS,
282
})
283
284
@@ -299,7 +299,7 @@ const props = defineProps({ foo: String })
299
expect(content).toMatch(`x: { type: Number, required: false }`)
300
301
302
- y: BindingTypes.PROPS
+ y: BindingTypes.PROPS,
303
304
305
0 commit comments