hi imported the component with import imagePreloader from 'vue-image-preloader'
<imagePreloader
:srcs="['http://127.0.0.1:8080/static/menu-1-hg.png', 'http://127.0.0.1:8080/static/menu-2-hg.png']"
@loaded="loadedOne"
@loaded-all="loadedAll"
/>
I got this error! where the problem?
vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to mount component: template or render function not defined.
found in
--->
at src/App.vue
hi imported the component with import imagePreloader from 'vue-image-preloader'
I got this error! where the problem?
vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to mount component: template or render function not defined.
found in
--->
at src/App.vue