update Time
This commit is contained in:
parent
42f644a31c
commit
eb37e68cd4
3 changed files with 132 additions and 4 deletions
|
@ -1,12 +1,16 @@
|
|||
<template>
|
||||
<div>
|
||||
<Time :time="1526552777" />
|
||||
<Time :time="1526608921" />
|
||||
<Time :time="1652839997" />
|
||||
<Time :time="ddd" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {};
|
||||
return {
|
||||
ddd: new Date('2018-01-01')
|
||||
};
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue