Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
86c926ca
Commit
86c926ca
authored
Aug 06, 2021
by
dindigala
Browse files
Merge branch 'develop' into issue/nested-motif-refactor
parents
4e86c8e7
b1d94746
Pipeline
#218615
passed with stages
in 3 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/content.vue
View file @
86c926ca
...
...
@@ -11,10 +11,9 @@
<q-tab
v-for=
"(contenturl, i) in contenturls"
:key=
"`content$
{i}`"
:name="contenturl"
:class="contenturls.length == 1
&&
'default-cursor'"
:disable="contenturls.length == 1"
:class="{'disabled-tab': contenturl === activeTab}"
:label="$t(contenttypes[i])"
:name="contenturl"
/>
</q-tabs>
...
...
@@ -279,4 +278,8 @@ export default {
overflow
:
auto
;
padding
:
8px
;
}
.disabled-tab
{
pointer-events
:
none
;
}
</
style
>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment