mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Initiated PanelMenu
This commit is contained in:
parent
978dce8c3d
commit
5573f71ba1
8 changed files with 571 additions and 0 deletions
15
src/components/panelmenu/PanelMenuSub.vue
Normal file
15
src/components/panelmenu/PanelMenuSub.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div class="p-panelmenu-panel">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
item: {
|
||||
type: null,
|
||||
default: null
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue