Skip to content

Commit

Permalink
fix(popup): 修复在组件上使用class属性和style属性,会有vue警告
Browse files Browse the repository at this point in the history
  • Loading branch information
aomnisz committed Oct 20, 2023
1 parent 08fe605 commit 0c6843a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0c6843a

Please sign in to comment.