Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
million
Commits
bf165622
Commit
bf165622
authored
Mar 21, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3de9779d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
search_sf2.vue
src/components/search_sf/search_sf2.vue
+7
-3
No files found.
src/components/search_sf/search_sf2.vue
View file @
bf165622
...
@@ -139,21 +139,25 @@
...
@@ -139,21 +139,25 @@
square
square
id=
"search_key"
id=
"search_key"
v-model=
"searchKey"
v-model=
"searchKey"
class=
"bg-
grey-1
col"
class=
"bg-
white
col"
clearable
clearable
label=
"搜尋目的地、景點、行程觀光或酒店名稱..."
label=
"搜尋目的地、景點、行程觀光或酒店名稱..."
@
focus=
"searchFocusHandler"
@
focus=
"searchFocusHandler"
@
blur=
"searchBlurHandler"
@
blur=
"searchBlurHandler"
@
keyup=
"searchChangeHandler"
@
keyup=
"searchChangeHandler"
@
keypress
.
enter
.
native=
"goSearchHandler"
@
keypress
.
enter
.
native=
"goSearchHandler"
/>
>
<
template
v-slot:prepend
>
<q-icon
name=
"search"
/>
</
template
>
</q-input>
<q-btn
<q-btn
dark-percentage
dark-percentage
color=
"primary"
color=
"primary"
style=
"border-radius: 0"
style=
"border-radius: 0"
class=
"col-2"
class=
"col-2"
unelevated
unelevated
icon=
"search
"
label=
"搜索
"
@
click=
"goSearchHandler"
@
click=
"goSearchHandler"
/>
/>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment