Skip to content

Commit

Permalink
Fixed #378 - Message error with Ripple
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 10, 2020
1 parent a9917c3 commit 6c3b707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
</template>

<script>
import Ripple from '../ripple/Ripple';
export default {
props: {
severity: {
Expand Down Expand Up @@ -59,6 +61,9 @@ export default {
'pi-times-circle': this.severity === 'error'
}];
}
},
directives: {
'ripple': Ripple
}
}
</script>
Expand Down

0 comments on commit 6c3b707

Please sign in to comment.