Question 22
Consider the following Vue 2 + Vuex application:
Note: All three image above are of one html.
Based on the above data, answer the given subquestions.
Why does the watcher on temperature execute after clicking the button?
Because Vue automatically watches all methods
Because the Vuex mutation changes the state used by the computed property
Because getters directly trigger watchers
Because computed properties cannot access Vuex state