doway-coms 1.6.65 → 1.6.67

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.6.65",
3
+ "version": "1.6.67",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -296,6 +296,7 @@ import BaseIntervalInput from "../../BaseIntervalInput/index";
296
296
  import BaseNumberInput from "../../BaseNumberInput/index";
297
297
 
298
298
  import moment from "moment";
299
+ import BaseDateMonth from "../../BaseDateMonth";
299
300
  export default {
300
301
  components: {
301
302
  BaseInput,
@@ -303,6 +304,7 @@ export default {
303
304
  BaseDate,
304
305
  BaseDatetime,
305
306
  BaseDateWeek,
307
+ BaseDateMonth,
306
308
  BaseTextArea,
307
309
  BaseButton,
308
310
  BaseSelect,