Skip to content

Commit

Permalink
refactor(notification): add expose close
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Oct 11, 2023
1 parent 26d6821 commit dff1e18
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ const noticeCustomContainerClasses = computed(() => [
"o-notices__custom-container",
),
]);
// --- Expose Public Functionality ---
/** expose close function for programmatic usage */
defineExpose({ close });
</script>

<template>
Expand Down

0 comments on commit dff1e18

Please sign in to comment.