# 基础用法 ```html
``` ```js export default { data () { return { time: new Date(0) } } } ```