14 lines
No EOL
220 B
Vue
14 lines
No EOL
220 B
Vue
<template>
|
|
<div>
|
|
<Time :time="1526552777" />
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
data () {
|
|
return {};
|
|
},
|
|
computed: {},
|
|
methods: {}
|
|
};
|
|
</script> |