Update:Persist show full path option for tables #2285

This commit is contained in:
advplyr 2023-11-09 16:26:49 -06:00
parent 8f4c75ff2b
commit 33e287a543
4 changed files with 29 additions and 7 deletions

View file

@ -14,8 +14,7 @@ export default {
},
data() {
return {
tracks: [],
showFullPath: false
tracks: []
}
},
watch: {