@jx3box/jx3box-editor 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Resource.vue +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Resource.vue CHANGED
@@ -565,7 +565,9 @@ export default {
565
565
  },
566
566
  loadUserInfo: function (){
567
567
  if (!this.uid) return;
568
- getUserInfo(this.uid)
568
+ getUserInfo(this.uid).then(res => {
569
+ this.userInfo = res
570
+ })
569
571
  },
570
572
 
571
573
  // 杂项