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,4 +1,4 @@
|
|||
import RichContent from 'src/components/rich_content/rich_content.jsx'
|
||||
|
||||
import Select from '../select/select.vue'
|
||||
import StatusContent from '../status_content/status_content.vue'
|
||||
import Timeago from '../timeago/timeago.vue'
|
||||
|
|
@ -14,7 +14,7 @@ const Report = {
|
|||
Select,
|
||||
StatusContent,
|
||||
Timeago,
|
||||
RichContent,
|
||||
|
||||
},
|
||||
computed: {
|
||||
report() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue