@live-change/dao-vue3 0.1.20 → 0.1.21

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.
Files changed (2) hide show
  1. package/lib/live.js +1 -1
  2. package/package.json +1 -1
package/lib/live.js CHANGED
@@ -72,7 +72,7 @@ async function live(api, path, onUnmountedCb) {
72
72
  const extendedObservable = new ExtendedObservableList(observable,
73
73
  newElement => {
74
74
  if(!newElement) return newElement
75
- const extendedElement = { ...newElement }
75
+ const extendedElement = reactive({ ...newElement })
76
76
  const props = {}
77
77
  for(const moreElement of more) {
78
78
  if(moreElement.to) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/dao-vue3",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "author": {
5
5
  "email": "m8@em8.pl",
6
6
  "name": "Michał Łaszczewski",