Skip to content

Commit

Permalink
fix(test): update snapshot (#12169)
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 authored Oct 14, 2024
1 parent a038505 commit 828d4a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ type Foo = {
y: string
}
export default /*#__PURE__*/_defineComponent({
export default /*@__PURE__*/_defineComponent({
props: {
z: { type: Number, required: true },
y: { type: String, required: true },
Expand Down Expand Up @@ -310,7 +310,7 @@ type Foo = {
y: string;
};
export default /*#__PURE__*/_defineComponent({
export default /*@__PURE__*/_defineComponent({
props: {
x: { type: Number, required: false },
y: { type: String, required: true }
Expand Down

0 comments on commit 828d4a4

Please sign in to comment.