component-shipinlv 1.0.18 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,9 @@ var DialogDrawer = function DialogDrawer(props) {
18
18
  width: 400,
19
19
  maskClosable: false,
20
20
  onClose: function onClose() {},
21
- bgTheme: '' // 'light' , "",
21
+ bgTheme: '',
22
+ // 'light' , "",
23
+ destroyOnClose: true
22
24
  }, props);
23
25
 
24
26
  // 宽度
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",