@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/CHANGELOG.md +407 -0
- package/dist/mozaic-vue.adeo.css +1 -1
- package/dist/mozaic-vue.adeo.umd.js +1353 -514
- package/dist/mozaic-vue.common.js +1353 -514
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +1353 -514
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +1 -1
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/datatable/MDataTable.vue +2 -1
- package/dist/img/flags.1147a273.png +0 -0
package/package.json
CHANGED
|
@@ -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
|