第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Laravel Live 線增量減量不起作用

Laravel Live 線增量減量不起作用

PHP
精慕HU 2023-07-01 15:29:26
我將步驟功能放入我的待辦事項(xiàng)列表項(xiàng)目中。我為 Livewire 創(chuàng)建了一個(gè)作曲家。@livewireStyles還 包含@livewireScripts在頁眉和頁腳中。在這里,我的增量控件不起作用1)創(chuàng)建.blade.php<form method="post" action="{{route('todo.store')}}" class="py-5" >    @csrf    <div class="py-1">        <input type="text" name="title" class="px-2 py-2 border rounded" placeholder="Title">    </div>    ......              @livewire('step')    <div>        <input type="text" name="stpe" class="px-2 py-2 border rounded" placeholder="Describe Steps">    </div></form>2)step.blade.php<div>    <div class="flex-justify-center pb-4 px-4">                            <h2 class="text-lg pb-4">Add Stpes for task</h2>        <i wire:click="increment" class ="fas fa-plus px-2 py-1 cursor-pointer "></i>    </div>      {{$steps}}</div>3)步驟.php<?phpnamespace App\Http\Livewire;use Livewire\Component;class Step extends Component{    public $steps = 0;    public function increment()    {        $this->steps++;    }    public function render()    {        return view('livewire.step');    }}執(zhí)行此代碼后,我的“+”圖標(biāo)無法執(zhí)行增量操作,請(qǐng)幫助我。
查看完整描述

1 回答

?
有只小跳蛙

TA貢獻(xiàn)1824條經(jīng)驗(yàn) 獲得超8個(gè)贊

php artisan serve這里你的代碼看起來沒問題,確保你在 laravel 服務(wù)器 ie命令的平臺(tái)上使用它:http: //127.0.0.1:8000


查看完整回答
反對(duì) 回復(fù) 2023-07-01
  • 1 回答
  • 0 關(guān)注
  • 127 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)