@ccs-ui/rc-pro 1.0.7-rc.33 → 1.0.7-rc.34

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.
@@ -166,7 +166,9 @@ var ProTable = function ProTable(props) {
166
166
  var localCommon = require('@/components/common');
167
167
  console.log('localCommon', localCommon);
168
168
  console.log('localBusiness', localBusiness);
169
- } catch (e) {}
169
+ } catch (e) {
170
+ console.log('e', e);
171
+ }
170
172
  }, []);
171
173
 
172
174
  // 获取数据
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.0.7-rc.33",
3
+ "version": "1.0.7-rc.34",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "es/index.js",