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.
有没有办法检查用户是否在 vue 文件中使用 sentinel::check() 登录。我尝试使用刀片语法,但它不起作用(见下文)。
@if(Sentinel::check()) @endif
也许有人知道怎么做?先感谢您。