vue-Chat-demo icon indicating copy to clipboard operation
vue-Chat-demo copied to clipboard

报错了,问下是什么原因啊?Property or method "session" is not defined on the instance but referenced during render

Open luki2678511 opened this issue 7 years ago • 0 comments

chunk.js:2519 [Vue warn]: Property or method "session" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

found in

---> <Message> at D:\simu_idea\simu800-chat\simu800-chat-web\src\components\message.vue <App> at D:\simu_idea\simu800-chat\simu800-chat-web\src\page\main\App.vue <Root>

luki2678511 avatar Jan 15 '18 08:01 luki2678511