mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
WIP
This commit is contained in:
@@ -53,9 +53,15 @@ export default {
|
|||||||
computed: {},
|
computed: {},
|
||||||
watch: {
|
watch: {
|
||||||
selected1: function (newVal, oldVal) {
|
selected1: function (newVal, oldVal) {
|
||||||
console.log("test", newVal)
|
|
||||||
this.$emit("change", newVal)
|
this.$emit("change", newVal)
|
||||||
},
|
},
|
||||||
|
initial_selected1: {
|
||||||
|
handler() {
|
||||||
|
console.log("test")
|
||||||
|
this.selected1 = this.initial_selected1
|
||||||
|
},
|
||||||
|
deep: true,
|
||||||
|
},
|
||||||
options: function () {
|
options: function () {
|
||||||
this.callbacks.forEach((callback) => {
|
this.callbacks.forEach((callback) => {
|
||||||
callback()
|
callback()
|
||||||
|
|||||||
Reference in New Issue
Block a user