meixioacomponent 0.3.25 → 0.3.26

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": "meixioacomponent",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -328,14 +328,14 @@ export default {
328
328
  return this.$props.config.value;
329
329
  }
330
330
 
331
- case "time":
332
- if (this.module) {
333
- let config = this.$props.config;
334
- let format = config.format ? config.format : "YYYY-MM-DD";
335
- return FilterTime(this.module, format);
336
- } else {
337
- return "暂无时间";
338
- }
331
+ // case "time":
332
+ // if (this.module) {
333
+ // let config = this.$props.config;
334
+ // let format = config.format ? config.format : "YYYY-MM-DD";
335
+ // return FilterTime(this.module, format);
336
+ // } else {
337
+ // return "暂无时间";
338
+ // }
339
339
 
340
340
  default:
341
341
  return this.module;