other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
src/components/time/time.vue
92 Bytes
Edit
Raw
Normal View
History
7f9ea0dc
梁灏
init Time component
1 2 3 4 5 6 7 8
<template>
<span>time</span>
</template>
<script>
export default {
};
</script>