Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

awaismunawar's avatar

[Vue warn]: Property or method "user_list" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. (found in root instance)

I m getting this error, unable to find whats wrong

vue.js?3de6:2658[Vue warn]: Property or method "user_list" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. (found in root instance)

0 likes
1 reply
ejdelmonico's avatar

Well, we can't help you. Why? Because you didn't post the relevent code. Post the code and someone will help. Also, the Vue message is pretty exact...You need to do what it says....inside the Vue instance, declare your data properties in the data option.

You really can't get a much more descriptive error message.

Please or to participate in this conversation.