Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Margunn.Rauset
beta.ordbok.uib.no
Commits
ca6b857d
Commit
ca6b857d
authored
4 years ago
by
Ole Voldsæter
Browse files
Options
Downloads
Patches
Plain Diff
re meta#254 fet skrift i dropdown
parent
aa2690ae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
src/components/Autocomplete.vue
+7
-3
7 additions, 3 deletions
src/components/Autocomplete.vue
with
9 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
0
View file @
ca6b857d
...
@@ -7,6 +7,7 @@ build:
...
@@ -7,6 +7,7 @@ build:
stage
:
build
stage
:
build
only
:
only
:
-
master
-
master
-
vuetify_autocomplete
script
:
script
:
-
npm install --progress=false
-
npm install --progress=false
-
npm run build
-
npm run build
...
@@ -20,6 +21,7 @@ deploy:
...
@@ -20,6 +21,7 @@ deploy:
stage
:
deploy
stage
:
deploy
only
:
only
:
-
master
-
master
-
vuetify_autocomplete
script
:
script
:
-
rm -rf ~/.aws
-
rm -rf ~/.aws
-
mv .aws ~/
-
mv .aws ~/
...
...
This diff is collapsed.
Click to expand it.
src/components/Autocomplete.vue
+
7
−
3
View file @
ca6b857d
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
dense
dense
>
>
<template
v-slot:item=
"data"
>
<template
v-slot:item=
"data"
>
{{
data
.
item
.
label
+
'
(
'
+
(
data
.
item
.
lang_set
?
Array
.
from
(
data
.
item
.
lang_set
).
sort
().
join
(
'
,
'
)
:
'
fritekstsøk
'
)
+
'
)
'
}}
<span
class=
"search-hit"
>
{{
data
.
item
.
label
}}
</span>
(
{{
data
.
item
.
lang_set
?
Array
.
from
(
data
.
item
.
lang_set
).
sort
().
join
(
'
,
'
)
:
'
fritekstsøk
'
}}
)
</
template
>
</
template
>
</v-autocomplete>
</v-autocomplete>
</template>
</template>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
self
.
items
=
hits
self
.
items
=
hits
self
.
loading
=
false
self
.
loading
=
false
})
})
},
1
5
0
)
},
1
0
0
)
}
}
},
},
watch
:
{
watch
:
{
...
@@ -93,5 +93,9 @@
...
@@ -93,5 +93,9 @@
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.search-hit
{
font-weight
:
bold
;
margin-right
:
5px
;
}
</
style
>
</
style
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment