Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 noty 以在我的 laravel 项目中获取通知,但它似乎不起作用,我总是知道 Noty 没有定义,我已经尝试了所有方法并且真的不知道该怎么做,有什么解决方案吗?
安装:
应用程序.scss:
引导程序.js:
app.blade.php :
错误 :
未捕获的 ReferenceError:未定义 Noty
我会很感激一些帮助。
通过添加 window.onload 函数来修复它
当你想测试时尝试添加运行:
npm run dev