init Time component
This commit is contained in:
parent
fce83323b9
commit
7f9ea0dc5e
6 changed files with 33 additions and 1 deletions
14
examples/routers/time.vue
Normal file
14
examples/routers/time.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<div>
|
||||
<Time />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue