Initiated PanelMenu

This commit is contained in:
cagataycivici 2019-12-09 09:51:21 +03:00
parent 978dce8c3d
commit 5573f71ba1
8 changed files with 571 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<template>
<div class="p-panelmenu-panel">
</div>
</template>
<script>
export default {
props: {
item: {
type: null,
default: null
}
}
}
</script>