gilbitron / laravel-vue-pagination

A Vue.js pagination component for Laravel paginators
https://laravel-vue-pagination.org
MIT License
750 stars 143 forks source link

Cannot read properties of undefined (reading 'computed') #168

Closed jialeee17 closed 9 months ago

jialeee17 commented 1 year ago

Discussed in https://github.com/gilbitron/laravel-vue-pagination/discussions/150

Originally posted by **japasanto** October 22, 2022 ### I´m getting this and i dont understand why, i did everything you put on the instructions: #_Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'computed') laravel-vue-pagination.es.js?6bf0:226_ I also tried using you other component for vue 2 even though i´using vue 3, could you help me with this? Regards.
JcGuerrero15 commented 1 year ago

Same here. Any solution?

Durimis commented 1 year ago

@jialeee17 @JcGuerrero15 I have been experiencing this problem it seems that it has to do something with vue version 3.2, updating to 3.3.47 fixed this issue. It seems strange but....

jaydublu2002 commented 1 year ago

Laravel v10.18.0, npm 8.15.0, vue@3.3.4 and I'm experiencing it ... I'm a long time user of the package in Vue2 but I'm starting a new project in Vue3

MohamedLamineAllal commented 1 year ago

To confirm @Durimis case

i

pnpm add vue@latest --save

And it started working after.

zumm-l3ss commented 1 year ago

I got the same problem. Using "laravel-vue-pagination": "^4.1.1", "vue": "^3.3.4",

If anyone have any ideeas?

Thanks.

github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 30 days since being marked as stale.