add LegendToggle component

This commit is contained in:
axolotle
2021-08-01 17:53:04 +02:00
parent 35f540e5fa
commit 2f81979706
6 changed files with 154 additions and 3 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ export default {
data () {
return {
scrollValue: 0
scrollValue: 0,
h: 0
}
},