Skip to content

Commit

Permalink
test: up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Sep 22, 2023
1 parent 2d133c8 commit e30c88b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ const __MACROS_props = defineProps({
bar: { default: 'bar', required: false },
baz: { type: String, default: 'bar', required: false, ...{ validator: () => true } },
unknownType: { type: Boolean, skipCheck: true },
$bar: { default: () => 'bar', required: true },
$bar: { default: 'bar', required: true },
$baz: { default: 'baz' },
});
Expand Down

0 comments on commit e30c88b

Please sign in to comment.