Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix(modal): display error
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKanera committed Apr 29, 2021
1 parent b768a09 commit 273ee4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/modal/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineComponent({
watchEffect(() => {
display.value = props.value;
showContent.value = props.value;
});
watchEffect(() => {
Expand Down

0 comments on commit 273ee4c

Please sign in to comment.