props.js
339 字节
"use strict";const o=require("../../libs/config/props.js"),t={props:{time:{type:[String,Number],default:o.defprops.countDown.time},format:{type:String,default:o.defprops.countDown.format},autoStart:{type:Boolean,default:o.defprops.countDown.autoStart},millisecond:{type:Boolean,default:o.defprops.countDown.millisecond}}};exports.props=t;