Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(card): Correct data function
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Apr 23, 2018
1 parent d6278b5 commit a4946c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/card/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export default {
}
},
data () {
slotOberserver: null
return {
slotOberserver: null
}
},
computed: {
classes () {
Expand Down

0 comments on commit a4946c3

Please sign in to comment.