fix: fix butterfly wrapper for b-notification component
This commit is contained in:
parent
ad56397350
commit
34d7cf4311
1 changed files with 2 additions and 1 deletions
|
@ -486,7 +486,8 @@
|
||||||
<%def name="make_b_notification_component()">
|
<%def name="make_b_notification_component()">
|
||||||
<script type="text/x-template" id="b-notification-template">
|
<script type="text/x-template" id="b-notification-template">
|
||||||
<o-notification :variant="variant"
|
<o-notification :variant="variant"
|
||||||
:closable="closable">
|
## nb. prop name changed for oruga
|
||||||
|
:closeable="closable">
|
||||||
<slot />
|
<slot />
|
||||||
</o-notification>
|
</o-notification>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue