miwen-component_case_1-react
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -135,15 +135,15 @@ (function (global, factory) { | ||
"methods": [], | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"author": "miwen" | ||
}); | ||
var component_case_1 = /*#__PURE__*/function (_React$Component) { | ||
_inherits(component_case_1, _React$Component); | ||
var ComponentCase1 = /*#__PURE__*/function (_React$Component) { | ||
_inherits(ComponentCase1, _React$Component); | ||
var _super = _createSuper(component_case_1); | ||
var _super = _createSuper(ComponentCase1); | ||
function component_case_1(props) { | ||
function ComponentCase1(props) { | ||
var _this; | ||
_classCallCheck(this, component_case_1); | ||
_classCallCheck(this, ComponentCase1); | ||
@@ -156,3 +156,3 @@ _this = _super.call(this, props); | ||
_createClass(component_case_1, [{ | ||
_createClass(ComponentCase1, [{ | ||
key: "op", | ||
@@ -192,6 +192,6 @@ set: function set(value) { | ||
return component_case_1; | ||
return ComponentCase1; | ||
}(React__default['default'].Component); | ||
exports.component_case_1 = component_case_1; | ||
exports.ComponentCase1 = ComponentCase1; | ||
@@ -198,0 +198,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
{ | ||
"name": "miwen-component_case_1-react", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main":"component_case_1-react.js", | ||
@@ -5,0 +5,0 @@ "description": "", |
6297