mentions.js (230B)
- import Timeline from '../timeline/timeline.vue'
- const Mentions = {
- computed: {
- timeline () {
- return this.$store.state.statuses.timelines.mentions
- }
- },
- components: {
- Timeline
- }
- }
- export default Mentions
git clone https://hacktivis.me/git/pleroma-fe.git
mentions.js (230B)
- import Timeline from '../timeline/timeline.vue'
- const Mentions = {
- computed: {
- timeline () {
- return this.$store.state.statuses.timelines.mentions
- }
- },
- components: {
- Timeline
- }
- }
- export default Mentions