-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Line: 18
Lines 15 to 25 in ec31d10
| }, | |
| // Watch for change Store and do stuff | |
| /** | |
| * TODO: Keep track of different pointbuffers so we can hide and show when switching pages | |
| * category=threejs | |
| */ | |
| watch: { | |
| chordPack (val) { | |
| if (val.length === 0) { return } | |
| this.$stage.parseChordPack(val) | |
| } |
Reactions are currently unavailable