@agendize/vue-tools 1.25.1 → 1.25.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/dist/vue-tools.es.js +1 -1
- package/package.json +1 -1
package/dist/vue-tools.es.js
CHANGED
|
@@ -4302,7 +4302,7 @@ const d1 = (t) => (Br = t, Rc()), ys = Mc("account", {
|
|
|
4302
4302
|
actions: {
|
|
4303
4303
|
async updateAccount(t, e) {
|
|
4304
4304
|
if (t)
|
|
4305
|
-
return await Br.updateAccount(t, e), this.fetchAccount(!
|
|
4305
|
+
return await Br.updateAccount(t, e), this.fetchAccount(!0, (n) => {
|
|
4306
4306
|
this.account = n;
|
|
4307
4307
|
});
|
|
4308
4308
|
},
|