improve NodeView components and style
This commit is contained in:
@@ -23,12 +23,13 @@ export default {
|
||||
|
||||
props: {
|
||||
variant: { type: String, required: true },
|
||||
active: { type: Boolean, default: false }
|
||||
active: { type: Boolean, default: false },
|
||||
hovered: { type: Boolean, default: false }
|
||||
},
|
||||
|
||||
data () {
|
||||
return {
|
||||
show: false
|
||||
show: this.hovered
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user