no message

Former-commit-id: e297efd52f1f4acaddcd05584e542256ca0599bf
Former-commit-id: 2aecbb6ff7d6565b32a998faa41022a1cda2d609
Former-commit-id: e5aa7230e9141b6e1190fcba37df3d20c202e826
Former-commit-id: 620b25bbe48233f277cb31d91b0e43d377cca688
This commit is contained in:
liyang
2018-06-12 14:03:28 +08:00
parent 7b1bc25442
commit 045b22b49f

View File

@@ -5,7 +5,7 @@
</template> </template>
<h1>当前时间</h1> <h1>当前时间</h1>
<el-row :gutter="20" class="d2-mt"> <el-row :gutter="20" class="d2-mt">
<el-col :span="8"><el-card shadow="never"><d2-highlight slot="header" :code="`now.format()`"/>{{now.format()}}</el-card></el-col> <el-col :span="8"><el-card shadow="never"><d2-highlight slot="header" :code="`now.format('YYYY MM DD')`"/>{{now.format('YYYY MM DD')}}</el-card></el-col>
</el-row> </el-row>
<h1>获取</h1> <h1>获取</h1>
<el-row :gutter="20" class="d2-mt"> <el-row :gutter="20" class="d2-mt">