为什么@this 不能在我的 laravel-livewire(mapbox) 中工作?
Why @this cannot work in my laravel-livewire(mapbox)?
我尝试从 class 获取经度和纬度数据,但是这个“@this”不起作用
这是 class:
这是错误:
我是 livewire 的新手 Json。你的帮助对我来说是金币。
首先:您只能在 livewire blade 文件上应用@this
你的错误路径:vpet\resouces\views\customer\location.blade.php(这个肯定会报错)
根据您的 class 正确路径是:vpet\resouces\views\livewire\map-location.blade.php
我尝试从 class 获取经度和纬度数据,但是这个“@this”不起作用
这是 class:
这是错误:
我是 livewire 的新手 Json。你的帮助对我来说是金币。
首先:您只能在 livewire blade 文件上应用@this 你的错误路径:vpet\resouces\views\customer\location.blade.php(这个肯定会报错)
根据您的 class 正确路径是:vpet\resouces\views\livewire\map-location.blade.php