no message
Former-commit-id: 028ec271f1570f9902121f8102023ac915a4ce26 Former-commit-id: 15af8f00f1be325431b910e5d8a932f14c34a737 Former-commit-id: 1722f92b5adaf6456d506ff072131cfb700456de Former-commit-id: 0fc603040b407333db70eb2cd73656fb15438e59
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
<el-col :span="12"><el-card shadow="never"><d2-highlight slot="header" :code="`// 是否之后\ndayjs().isAfter(dayjs().subtract(1, 'day'))`"/>{{dayjs().isAfter(dayjs().subtract(1, 'day'))}}</el-card></el-col>
|
<el-col :span="12"><el-card shadow="never"><d2-highlight slot="header" :code="`// 是否之后\ndayjs().isAfter(dayjs().subtract(1, 'day'))`"/>{{dayjs().isAfter(dayjs().subtract(1, 'day'))}}</el-card></el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
<d2-demo-link-btn title="依赖" :link="link"/>
|
<d2-demo-link-btn title="依赖" link="https://github.com/iamkun/dayjs"/>
|
||||||
</template>
|
</template>
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
@@ -68,7 +68,6 @@ import dayjs from 'dayjs'
|
|||||||
export default {
|
export default {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
link: 'https://github.com/iamkun/dayjs',
|
|
||||||
dayjs
|
dayjs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user