How can I update value in input type text on vue.js 2?
问题 My view blade laravel like this : <form slot="search" class="navbar-search" action="{{url('search')}}"> <search-header-view></search-header-view> </form> The view blade laravel call vue component (search-header-view component) My vue component(search-header-view component) like this : <template> <div class="form-group"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" name="q" autofocus v-model="keyword" :value="keyword"> <span class="input-group-btn">