UNPKG
@cataract6545/tmui
Version:
latest (3.1.9)
3.1.9
0.1.9
tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI
@cataract6545/tmui
/
tool
/
dayjs
/
esm
/
plugin
/
isSameOrBefore
/
index.js
5 lines
•
169 B
JavaScript
View Raw
1
2
3
4
5
export
default
(
function
(
o, c
) { c.
prototype
.
isSameOrBefore
=
function
(
that, units
) {
return
this
.
isSame
(that, units) ||
this
.
isBefore
(that, units); }; });