Fix report incident
This commit is contained in:
Vendored
+27
-26
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,6 +1,9 @@
|
||||
<script>
|
||||
const Vue = require('vue');
|
||||
|
||||
Vue.component('report-incident', require('./ReportIncident'));
|
||||
Vue.component('invite-team', require('./InviteTeam'));
|
||||
|
||||
module.exports = {
|
||||
props: ['user'],
|
||||
mounted () {
|
||||
@@ -16,10 +19,6 @@ module.exports = {
|
||||
fetchSubscriberTimeline () {
|
||||
//
|
||||
}
|
||||
},
|
||||
components: {
|
||||
'report-incident': require('./ReportIncident'),
|
||||
'invite-team': require('./InviteTeam'),
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user