Skip to content

Commit

Permalink
chore: added missing Progress import statement
Browse files Browse the repository at this point in the history
Fixes: #24
  • Loading branch information
wesdevpro committed Jun 21, 2024
1 parent 0bf8048 commit 2f192be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/buefy-next/src/components/message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@

<script>
import MessageMixin from '../../utils/MessageMixin'
import Progress from '../progress/Progress.vue'
export default {
name: 'BMessage',
components: {
[Progress.name]: Progress
},
mixins: [MessageMixin],
props: {
ariaCloseLabel: String
Expand Down

0 comments on commit 2f192be

Please sign in to comment.