Hello friends I am tired of getting this error when i count a length of notification by using vue.js and Laravel it show error,Uncaught (in promise) TypeError: Cannot read property 'forEach' of undefi
我正在使用 laravel echo 和 pusher js 在我的应用中构建实时功能。我已按照文档所述完成所有必需步骤。我已成功设置推送器配置,并且它运行良好:当我的事件触发时,我会在我的 Pusher 帐户的调试控制台中收到通知。我的问题出在前端。正如文档所述,我已在resources/js/bootstrap.js文件底部添加了必要的代码部分。我实际上取消了它的注释并添加了正确的 ID。im
2019-08-30
我不知道我的代码出了什么问题这是我的app.js/*** First we will load all of this project's JavaScript dependencies which* include Vue and Vue Resource. This gives a great starting point for* building robust, powerful web
2017-04-04