Add component's lazy loading
This commit is contained in:
@@ -30,12 +30,11 @@
|
||||
|
||||
<script>
|
||||
import { mapState } from "vuex";
|
||||
import ImageSkeleton from "./ImageSkeleton";
|
||||
|
||||
export default {
|
||||
name: "ImageUnsplash",
|
||||
components: {
|
||||
ImageSkeleton
|
||||
ImageSkeleton: () => import("./ImageSkeleton")
|
||||
},
|
||||
props: {
|
||||
containerClass: {
|
||||
|
||||
Reference in New Issue
Block a user