From 7c8daddaf459914abf27160bf14db2edb9858871 Mon Sep 17 00:00:00 2001 From: omnis <39907007+aomnisz@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:08:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(popup):=20=E4=BF=AE=E5=A4=8D=E5=9C=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=8A=E4=BD=BF=E7=94=A8class=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=92=8Cstyle=E5=B1=9E=E6=80=A7,=E4=BC=9A=E6=9C=89vue?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=EF=BC=88=E6=9B=B4=E6=96=B0snapshot=EF=BC=89?= =?UTF-8?q?=20(#1135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/popup/__test__/__snapshots__/demo.test.jsx.snap | 6 ------ src/popup/popup.vue | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/popup/__test__/__snapshots__/demo.test.jsx.snap b/src/popup/__test__/__snapshots__/demo.test.jsx.snap index 1b72c1cd8..ba3949891 100644 --- a/src/popup/__test__/__snapshots__/demo.test.jsx.snap +++ b/src/popup/__test__/__snapshots__/demo.test.jsx.snap @@ -95,7 +95,6 @@ exports[`Popup > Popup baseVue demo works fine 1`] = `
Popup customCloseVue demo works fine 1`] = `
Popup mobileVue demo works fine 1`] = `
Popup mobileVue demo works fine 1`] = `
Popup mobileVue demo works fine 1`] = `
Popup withTitleVue demo works fine 1`] = `
-
+
@@ -32,6 +32,7 @@ let lockTimes = 0; export default defineComponent({ name, components: { TNode, TOverlay }, + inheritAttrs: false, props: popupProps, emits: ['open', 'close', 'opened', 'closed', 'visible-change', 'update:visible', 'update:modelValue'], setup(props, context) {