Vue Project Page Refresh report 500

the vue-waterfall-easy plug-in is referenced in the vue project, and the page refresh report is 500. if the tag vue-waterfall-easy comment page referencing the plug-in in the page can be refreshed normally.

<div class="picTcon">
    <vue-waterfall-easy :imgsArr="imgsArr" @click="fangda" ></vue-waterfall-easy>
</div>

how to solve this?

Control condom reports an error:

Apr.17,2022

it should be that an interface is called inside the component that causes the 500th error. See if there are any requests in this component.


see what's wrong with the backend 500s.


problem has been resolved, add vmurf = "imgsArr.length > 0"

to the tag.
Menu