init Menu components

init Menu components
This commit is contained in:
梁灏 2016-12-07 12:10:47 +08:00
parent 9fc59aa69c
commit 8778b3435d
10 changed files with 75 additions and 31 deletions

View file

@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
props: {},
data () {
return {}
},
computed: {},
methods: {}
}
</script>