removed circular reference to modalCard from linkedMaterialCard
This commit is contained in:
parent
2ebf074816
commit
af3eff0333
|
@ -34,7 +34,13 @@
|
|||
<script>
|
||||
import { mapState, mapActions } from 'vuex'
|
||||
import cardMixins from 'vuejs/components/cardMixins'
|
||||
import ModalCard from 'vuejs/components/Content/ModalCard'
|
||||
// import ModalCard from 'vuejs/components/Content/ModalCard'
|
||||
const ModalCard = () => import(
|
||||
/* webpackChunkName: "module-base" */
|
||||
/* webpackMode: "lazy" */
|
||||
/* webpackPrefetch: true */
|
||||
/* webpackPreload: true */
|
||||
'vuejs/components/Content/ModalCard')
|
||||
|
||||
export default {
|
||||
name: "LinkedMaterialCard",
|
||||
|
|
Loading…
Reference in New Issue