⚗ Lazy component import

This commit is contained in:
Liyas Thomas
2019-11-16 00:25:05 +05:30
parent 23a681f214
commit 69971198af
13 changed files with 29 additions and 67 deletions

View File

@@ -72,8 +72,6 @@
</template>
<script>
import modal from "../../components/modal";
export default {
props: {
show: Boolean,
@@ -83,7 +81,7 @@ export default {
requestIndex: Number
},
components: {
modal
modal: () => import("../../components/modal")
},
data() {
return {