Doc update
parent
22fc6b212a
commit
7bb54c6800
|
@ -54,7 +54,7 @@ const items: [
|
|||
<td>to</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>Path of the route.</td>
|
||||
<td>Route configuration such as path, name and parameters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>command</td>
|
||||
|
@ -135,10 +135,15 @@ const items = [
|
|||
<pre v-code.script><code>
|
||||
const items = [
|
||||
{
|
||||
label: 'Internal',
|
||||
label: 'Route Path',
|
||||
icon: 'pi pi-plus',
|
||||
to: '/fileupload'
|
||||
},
|
||||
{
|
||||
label: 'Named Route',
|
||||
icon: 'pi pi-plus',
|
||||
to: {name: 'fileupload'}
|
||||
},
|
||||
{
|
||||
label: 'External',
|
||||
icon: 'pi pi-check',
|
||||
|
|
Loading…
Reference in New Issue