init Time component
This commit is contained in:
parent
fce83323b9
commit
7f9ea0dc5e
6 changed files with 33 additions and 1 deletions
2
src/components/time/index.js
Normal file
2
src/components/time/index.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
import Time from './time.vue';
|
||||
export default Time;
|
8
src/components/time/time.vue
Normal file
8
src/components/time/time.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<span>time</span>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue