hrsass-components 2.2.0 → 2.2.1

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.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "2.2.0";
68
+ var version = "2.2.1";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -3495,7 +3495,7 @@ var HrAppendix = {
3495
3495
  url: "".concat(_this3.fileUrl).concat(fileId)
3496
3496
  };
3497
3497
  if (_this3.listType !== "text") {
3498
- fileObj.type = "image";
3498
+ fileObj.type = "image/";
3499
3499
  }
3500
3500
  return fileObj;
3501
3501
  });
@@ -14516,7 +14516,7 @@ var index$h = {
14516
14516
  url: "".concat(_this3.fileUrl).concat(fileId)
14517
14517
  };
14518
14518
  if (_this3.listType !== "text") {
14519
- fileObj.type = "image";
14519
+ fileObj.type = "image/";
14520
14520
  }
14521
14521
  return fileObj;
14522
14522
  });