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

View file

@ -0,0 +1,2 @@
import Time from './time.vue';
export default Time;

View file

@ -0,0 +1,8 @@
<template>
<span>time</span>
</template>
<script>
export default {
};
</script>