# Unix 时间戳 使用 Unix 时间戳作为时间。 ```html


``` ```js export default { data () { return { time: new Date(0) } } } ```