Forum Replies Created
After further digging here is what we found.
The plugins download-manager/assets/js/vue.min.js is version 3.5.22, but the download-manager/src/Package/views/datatable.php outputs Vue JS code that is for Vue 2. It is calling Vue.component() which does not exist in Vue 3.
I turned off every plugin except “Download Manager Pro” and “WPDM – Editor Blocks” (the two plugins needed), and the spinner still just hangs. The table actually filters as it should, the only thing is that the spinner never goes away. Here is the error I’m getting in the console.
Uncaught TypeError: Vue.component is not a function
at createPagination (documents/:505:13)
at Object.success (documents/:534:9)
at fire (jquery:3223:1)
at Object.fireWith [as resolveWith] (jquery:3353:1)
at done (jquery:9627:1)
at HTMLScriptElement.callback (jquery:10011:1)
at HTMLScriptElement.dispatch (jquery:5145:1)
at elemData.handle (jquery:4949:1)
Hey Tahasin,
Thank you so much for the help! Could you tell us what you ended up doing to get it to work?
Thanks again!