feat: init
This commit is contained in:
20
dist/common.js
vendored
Normal file
20
dist/common.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
(wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["common"],{
|
||||
|
||||
/***/ "./src/constants/counter.js":
|
||||
/*!**********************************!*\
|
||||
!*** ./src/constants/counter.js ***!
|
||||
\**********************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ ADD: function() { return /* binding */ ADD; },
|
||||
/* harmony export */ MINUS: function() { return /* binding */ MINUS; }
|
||||
/* harmony export */ });
|
||||
const ADD = 'ADD';
|
||||
const MINUS = 'MINUS';
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
//# sourceMappingURL=common.js.map
|
||||
Reference in New Issue
Block a user