mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Import ReportModal in Modal
This commit is contained in:
parent
bc2471c5df
commit
4cc02a6200
@ -5,17 +5,24 @@
|
||||
:resource="data"
|
||||
@close="close"
|
||||
/>
|
||||
<report-modal
|
||||
:is-open="open === 'report'"
|
||||
:resource="data"
|
||||
@close="close"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DisableModal from '~/components/Modal/DisableModal'
|
||||
import ReportModal from '~/components/Modal/ReportModal'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'Modal',
|
||||
components: {
|
||||
DisableModal
|
||||
DisableModal,
|
||||
ReportModal
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user