init Time component

This commit is contained in:
梁灏 2018-05-17 17:51:37 +08:00
parent fce83323b9
commit 7f9ea0dc5e
6 changed files with 33 additions and 1 deletions

14
examples/routers/time.vue Normal file
View file

@ -0,0 +1,14 @@
<template>
<div>
<Time />
</div>
</template>
<script>
export default {
data () {
return {};
},
computed: {},
methods: {}
};
</script>