Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property or method "orderBy" is not defined on the instance but referenced during render. #65

Closed
mckayze opened this issue Dec 4, 2018 · 2 comments

Comments

@mckayze
Copy link

mckayze commented Dec 4, 2018

What version of Laravel are you using? (nothing lower than v5.4).

5.7.15

is it an issue related to installation or usage ?

Usage

what is the error you are getting ?

Basically when ive installed everything and successfully compiled using "npm run watch", i navigate to /media on my website, and i get the following error.

I've put it here cause its quite long, basically sais this:
"Property or method "orderBy" is not defined on the instance but referenced during render."

Extra Info "attaching a screen shot would be very helpful"

Full error can be found here: http://codepad.org/QHjZgEQp

Do You Know A Solution For this Issue ?

No idea, not the most gifted with vue.js

@ctf0
Copy link
Owner

ctf0 commented Dec 4, 2018

the only place where orderBy is used is at https://github.com/ctf0/Laravel-Media-Manager/search?q=orderBy&unscoped_q=orderBy

which is a part of vue2-filters, but apparently after a recent update of the package the filters needs to be manually registered, so update ur installed manager.vue with this and try again

@mckayze
Copy link
Author

mckayze commented Dec 4, 2018

@ctf0 This is a confirmed fix, thank you for the quick reply!

@mckayze mckayze closed this as completed Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants