Skip to content

Commit

Permalink
chore(toast): update toast demo (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 authored Nov 27, 2024
1 parent ed37554 commit eaaef59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toast/demos/close.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const showOverlay = () => {
onDestroy: () => {
console.log('onDestroy');
},
duration: 0,
});
};
const hideToast = () => {
Expand Down

0 comments on commit eaaef59

Please sign in to comment.