iview/examples/routers/time.vue
2018-05-17 17:51:37 +08:00

14 lines
No EOL
201 B
Vue

<template>
<div>
<Time />
</div>
</template>
<script>
export default {
data () {
return {};
},
computed: {},
methods: {}
};
</script>