Add favorite-button.
This commit is contained in:
parent
b96b5eb327
commit
8630f91a13
7 changed files with 85 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
|||
import Attachment from '../attachment/attachment.vue'
|
||||
import FavoriteButton from '../favorite_button/favorite_button.vue'
|
||||
|
||||
const Status = {
|
||||
props: [ 'statusoid' ],
|
||||
|
@ -14,9 +15,9 @@ const Status = {
|
|||
}
|
||||
},
|
||||
components: {
|
||||
Attachment
|
||||
Attachment,
|
||||
FavoriteButton
|
||||
}
|
||||
}
|
||||
|
||||
export default Status
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue