@cn-ui/reactive
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -192,4 +192,4 @@ var j = Object.defineProperty, B = Object.defineProperties; | ||
{ | ||
const l = u.reflux(u()[a], (i) => (u()[a] = i, u())); | ||
return o.set(a, l), l.bind(l); | ||
const l = t.reflux(u()[a], (i) => (u()[a] = i, u())); | ||
return o.set(a, l), l; | ||
} | ||
@@ -196,0 +196,0 @@ }, |
@@ -192,4 +192,4 @@ var j = Object.defineProperty, B = Object.defineProperties; | ||
{ | ||
const l = u.reflux(u()[a], (i) => (u()[a] = i, u())); | ||
return o.set(a, l), l.bind(l); | ||
const l = t.reflux(u()[a], (i) => (u()[a] = i, u())); | ||
return o.set(a, l), l; | ||
} | ||
@@ -196,0 +196,0 @@ }, |
{ | ||
"name": "@cn-ui/reactive", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
79104