Demo update

pull/496/head
Cagatay Civici 2020-09-21 17:23:01 +03:00
parent 5cad8a0fad
commit 8eae5039fe
2 changed files with 19 additions and 25 deletions

View File

@ -57,9 +57,7 @@ export default {
}, },
{ label: 'Upload', { label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { to: '/fileupload'
window.location.hash = "/fileupload"
}
} }
] ]
} }

View File

@ -38,9 +38,7 @@ export default {
{ {
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { to: '/fileupload'
window.location.hash = "/fileupload"
}
} }
] ]
} }
@ -156,24 +154,24 @@ export default {
<div class="doc-tablewrapper"> <div class="doc-tablewrapper">
<table class="doc-table"> <table class="doc-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Element</th> <th>Element</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>p-splitbutton</td> <td>p-splitbutton</td>
<td>Container element.</td> <td>Container element.</td>
</tr> </tr>
<tr> <tr>
<td>p-splitbutton-button</td> <td>p-splitbutton-button</td>
<td>Dropdown button.</td> <td>Dropdown button.</td>
</tr> </tr>
<tr> <tr>
<td>p-menu</td> <td>p-menu</td>
<td>Overlay menu.</td> <td>Overlay menu.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
@ -231,9 +229,7 @@ export default {
{ {
label: 'Upload', label: 'Upload',
icon: 'pi pi-upload', icon: 'pi pi-upload',
command: () => { to: '/fileupload'
window.location.hash = "/fileupload"
}
} }
] ]
} }