Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fix(curtain): Invalid VNode type: undefined, close #53
Browse files Browse the repository at this point in the history
  • Loading branch information
b2nil committed Oct 26, 2020
1 parent d8fdd9f commit 1510079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/curtain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const AtCurtain = defineComponent({
class: 'at-curtain__body'
}, {
default: () => [
{ default: () => slots.default && slots.default() },
slots.default?.(),

h(View, {
class: btnCloseClass.value,
Expand Down

0 comments on commit 1510079

Please sign in to comment.