Merge remote-tracking branch 'origin/develop' into migrate/vuex-to-pinia
This commit is contained in:
commit
58e18d48df
489 changed files with 31167 additions and 9871 deletions
|
|
@ -2,6 +2,7 @@ import { useReportsStore } from '../../stores/reports'
|
|||
import Select from '../select/select.vue'
|
||||
import StatusContent from '../status_content/status_content.vue'
|
||||
import Timeago from '../timeago/timeago.vue'
|
||||
import RichContent from 'src/components/rich_content/rich_content.jsx'
|
||||
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
|
||||
|
||||
const Report = {
|
||||
|
|
@ -11,7 +12,8 @@ const Report = {
|
|||
components: {
|
||||
Select,
|
||||
StatusContent,
|
||||
Timeago
|
||||
Timeago,
|
||||
RichContent
|
||||
},
|
||||
computed: {
|
||||
report () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue