3
0
Fork 0

fix: fix butterfly wrapper for b-notification component

This commit is contained in:
Lance Edgar 2025-08-03 10:10:21 -05:00
parent ad56397350
commit 34d7cf4311

View file

@ -486,7 +486,8 @@
<%def name="make_b_notification_component()">
<script type="text/x-template" id="b-notification-template">
<o-notification :variant="variant"
:closable="closable">
## nb. prop name changed for oruga
:closeable="closable">
<slot />
</o-notification>
</script>