no message

Former-commit-id: 028ec271f1570f9902121f8102023ac915a4ce26
Former-commit-id: 15af8f00f1be325431b910e5d8a932f14c34a737
Former-commit-id: 1722f92b5adaf6456d506ff072131cfb700456de
Former-commit-id: 0fc603040b407333db70eb2cd73656fb15438e59
This commit is contained in:
liyang
2018-06-12 16:13:30 +08:00
parent 97f45c6988
commit 34e21a1096

View File

@@ -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-row>
<template slot="footer">
<d2-demo-link-btn title="依赖" :link="link"/>
<d2-demo-link-btn title="依赖" link="https://github.com/iamkun/dayjs"/>
</template>
</d2-container>
</template>
@@ -68,7 +68,6 @@ import dayjs from 'dayjs'
export default {
data () {
return {
link: 'https://github.com/iamkun/dayjs',
dayjs
}
}