vue-lazy-component icon indicating copy to clipboard operation
vue-lazy-component copied to clipboard

在具体项目中使用没有懒加载效果

Open xlkit456852 opened this issue 6 years ago • 0 comments

<vue-lazy-component>
    <div class="module-title1">
           <div class="left-block">
                   热销新品
            </div>
      </div>
    <product-block></product-block>
    <div slot="skeleton">abcd</div>
</vue-lazy-component>

基本代码如上方所示。运行后没有懒加载效果,都是直接加载出来了。另外有一个疑问,比如我上面的product-block是import进来的组件,那是不是需要去掉这个组件的import还有Components:{}里的定义呢?

xlkit456852 avatar Dec 30 '18 01:12 xlkit456852