Skip to content

Commit

Permalink
fix(popup): 修复在组件上使用class属性和style属性,会有vue警告(更新snapshot)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomnisz committed Oct 23, 2023
1 parent 0c6843a commit 508490c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/popup/__test__/__snapshots__/demo.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ exports[`Popup > Popup baseVue demo works fine 1`] = `
<teleport-stub
data-v-70969ba8=""
disabled="false"
style="padding: 100px;"
to="[object HTMLBodyElement]"
>
<div
Expand Down Expand Up @@ -139,7 +138,6 @@ exports[`Popup > Popup customCloseVue demo works fine 1`] = `
</button>
<teleport-stub
disabled="false"
style="width: 240px; height: 240px;"
to="[object HTMLBodyElement]"
>
<div
Expand Down Expand Up @@ -303,7 +301,6 @@ exports[`Popup > Popup mobileVue demo works fine 1`] = `
<teleport-stub
data-v-70969ba8=""
disabled="false"
style="padding: 100px;"
to="[object HTMLBodyElement]"
>
<div
Expand Down Expand Up @@ -373,7 +370,6 @@ exports[`Popup > Popup mobileVue demo works fine 1`] = `
<teleport-stub
data-v-099d70a8=""
disabled="false"
style="height: 258px;"
to="[object HTMLBodyElement]"
>
<div
Expand Down Expand Up @@ -440,7 +436,6 @@ exports[`Popup > Popup mobileVue demo works fine 1`] = `
</button>
<teleport-stub
disabled="false"
style="width: 240px; height: 240px;"
to="[object HTMLBodyElement]"
>
<div
Expand Down Expand Up @@ -499,7 +494,6 @@ exports[`Popup > Popup withTitleVue demo works fine 1`] = `
<teleport-stub
data-v-099d70a8=""
disabled="false"
style="height: 258px;"
to="[object HTMLBodyElement]"
>
<div
Expand Down

0 comments on commit 508490c

Please sign in to comment.