Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
POCs
Wiki territorial covid
Commits
0a908cd3
Commit
0a908cd3
authored
Apr 27, 2020
by
Jérémy GAILLARD
Browse files
fix: affiche la bonne catégorie dans le dropdown en mode mobile
parent
ff03485f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ServiceList.vue
View file @
0a908cd3
...
...
@@ -16,7 +16,7 @@
<!-- Bloc correspondant au choix de la catégorie (version mobile) -->
<div
class=
"categories_smartphone filter"
>
<select
@
change=
'filterChange(); changeRoute($event.target.value); stats($event.target.value)'
>
<select
@
change=
'filterChange(); changeRoute($event.target.value); stats($event.target.value)'
:value=
'cat'
>
<option
v-for=
'(k, v) in choices("categorie")'
:value=
'v'
:key=
'v'
>
{{
k
}}
</option>
</select>
</div>
...
...
Write
Preview
Supports
Markdown
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