This commit is contained in:
smilerz
2022-01-17 13:45:11 -06:00
committed by Chris Scoggins
parent cdb7c7854d
commit 1fe027b313

View File

@@ -53,9 +53,15 @@ export default {
computed: {},
watch: {
selected1: function (newVal, oldVal) {
console.log("test", newVal)
this.$emit("change", newVal)
},
initial_selected1: {
handler() {
console.log("test")
this.selected1 = this.initial_selected1
},
deep: true,
},
options: function () {
this.callbacks.forEach((callback) => {
callback()