@mozaic-ds/vue 0.8.2-beta.1 → 0.8.2-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/vue",
3
- "version": "0.8.2-beta.1",
3
+ "version": "0.8.2-beta.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build ./src/index.js",
@@ -351,8 +351,9 @@ export default {
351
351
  watch: {
352
352
  source: {
353
353
  immediate: true,
354
+ deep: true,
354
355
  async handler(newValue, oldValue) {
355
- if (deepEqual(newValue, oldValue)) {
356
+ if (deepEqual(newValue, oldValue) && !(newValue instanceof Function)) {
356
357
  return;
357
358
  }
358
359
 
Binary file