fix(test): update snapshot (#12169)

This commit is contained in:
edison 2024-10-14 11:24:13 +08:00 committed by GitHub
parent a038505c65
commit 828d4a4439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 },
@ -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 }