Created
November 26, 2019 07:41
-
-
Save lapshinmr/0b4f23268cd6af42da6935f59934bf95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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