init Menu components
init Menu components
This commit is contained in:
parent
9fc59aa69c
commit
8778b3435d
10 changed files with 75 additions and 31 deletions
13
src/components/menu/menu-item.vue
Normal file
13
src/components/menu/menu-item.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue