Add preset dropdown

This commit is contained in:
2025-03-08 20:46:14 -06:00
parent 0c5b3d9b68
commit 0abc0e62d6
4 changed files with 142 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ export default defineComponent({
color: "primary",
generator: null,
},
watch: {
modelValue(newValue, oldValue) {
this.selected = newValue;
},
},
computed: {
settings() {
var generatorValue = generatorSettings[this.generator][this.name]