Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
be1be189
Commit
be1be189
authored
May 13, 2020
by
schneider210
Browse files
turn cursor into pointer when selecting items and hightlight selected item
parent
ad88165c
Pipeline
#134728
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/components/quasar-tree.vue
View file @
be1be189
<
template
>
<div
class=
"q-pa-md q-gutter-sm"
>
<q-tree
<q-tree
style=
"cursor: pointer;"
:expanded.sync=
"expanded"
:icon=
"fasCaretRight"
label-key=
"labelKey"
:nodes=
"tree"
node-key=
"label"
label-key=
"labelKey"
:selected.sync=
"selected"
selected-color=
"grey"
text-color=
"black"
>
</q-tree>
</div>
...
...
@@ -23,6 +26,7 @@ export default {
data
()
{
return
{
expanded
:
[
'
The Story and Proverbs of Ahikar the Wise
'
],
selected
:
null
,
};
},
created
()
{
...
...
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