mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
WIP
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user