Basic statuses.
This commit is contained in:
parent
f8d6fe41f0
commit
534f2e8195
8 changed files with 92 additions and 6 deletions
11
src/components/friends_timeline/friends_timeline.js
Normal file
11
src/components/friends_timeline/friends_timeline.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import Timeline from '../timeline/timeline.vue'
|
||||
const FriendsTimeline = {
|
||||
components: {
|
||||
Timeline
|
||||
},
|
||||
computed: {
|
||||
timeline () { return this.$store.state.statuses.timelines.friends }
|
||||
}
|
||||
}
|
||||
|
||||
export default FriendsTimeline
|
Loading…
Add table
Add a link
Reference in a new issue