Skip to content

Instantly share code, notes, and snippets.

@lapshinmr
Created November 26, 2019 07:41
Show Gist options
  • Select an option

  • Save lapshinmr/0b4f23268cd6af42da6935f59934bf95 to your computer and use it in GitHub Desktop.

Select an option

Save lapshinmr/0b4f23268cd6af42da6935f59934bf95 to your computer and use it in GitHub Desktop.
for (let ion in FORMULAS[this.recipeSelected].ions) {
this.$watch(`solute.${ion}`, function (newValue, oldValue) {
console.log(newValue, oldValue)
}, { deep: true })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment