eliminate cyclic dependencies by register most-used components globally
This commit is contained in:
parent
dad1d02b58
commit
e0c8fcc82b
39 changed files with 93 additions and 96 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import Checkbox from '../checkbox/checkbox.vue'
|
||||
import List from '../list/list.vue'
|
||||
import Modal from '../modal/modal.vue'
|
||||
import Status from '../status/status.vue'
|
||||
|
||||
import UserLink from '../user_link/user_link.vue'
|
||||
|
||||
import { useReportsStore } from 'src/stores/reports.js'
|
||||
|
||||
const UserReportingModal = {
|
||||
components: {
|
||||
Status,
|
||||
|
||||
List,
|
||||
Checkbox,
|
||||
Modal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue