Commit bf165622 authored by youjie's avatar youjie

no message

parent 3de9779d
......@@ -139,21 +139,25 @@
square
id="search_key"
v-model="searchKey"
class="bg-grey-1 col"
class="bg-white col"
clearable
label="搜尋目的地、景點、行程觀光或酒店名稱..."
@focus="searchFocusHandler"
@blur="searchBlurHandler"
@keyup="searchChangeHandler"
@keypress.enter.native="goSearchHandler"
/>
>
<template v-slot:prepend>
<q-icon name="search" />
</template>
</q-input>
<q-btn
dark-percentage
color="primary"
style="border-radius: 0"
class="col-2"
unelevated
icon="search"
label="搜索"
@click="goSearchHandler"
/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment