Merge branch 'prod'
commit
e4461a695c
|
@ -33,7 +33,7 @@ export default {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Personal',
|
label: 'Personal',
|
||||||
route: '/steps'
|
route: '/steps/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Seat',
|
label: 'Seat',
|
||||||
|
@ -101,19 +101,19 @@ export default {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Personal',
|
label: 'Personal',
|
||||||
route: '/steps'
|
route: '/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Seat',
|
label: 'Seat',
|
||||||
route: '/steps/seat'
|
route: '/seat'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Payment',
|
label: 'Payment',
|
||||||
route: '/steps/payment'
|
route: '/payment'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Confirmation',
|
label: 'Confirmation',
|
||||||
route: '/steps/confirmation'
|
route: '/confirmation'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Personal',
|
label: 'Personal',
|
||||||
route: '/steps'
|
route: '/steps/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Seat',
|
label: 'Seat',
|
||||||
|
|
|
@ -37,28 +37,28 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
items: [
|
// items: [
|
||||||
{
|
// {
|
||||||
label: 'Personal',
|
// label: 'Personal',
|
||||||
route: '/steps'
|
// route: '/steps/'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
label: 'Seat',
|
// label: 'Seat',
|
||||||
route: '/steps/seat'
|
// route: '/steps/seat'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
label: 'Payment',
|
// label: 'Payment',
|
||||||
route: '/steps/payment'
|
// route: '/steps/payment'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
label: 'Confirmation',
|
// label: 'Confirmation',
|
||||||
route: '/steps/confirmation'
|
// route: '/steps/confirmation'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
label: 'File Upload',
|
// label: 'File Upload',
|
||||||
url: '/fileupload'
|
// url: '/fileupload'
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
code: {
|
code: {
|
||||||
basic: `<Steps :model="items" aria-label="Form Steps" :readonly="false"
|
basic: `<Steps :model="items" aria-label="Form Steps" :readonly="false"
|
||||||
:pt="{
|
:pt="{
|
||||||
|
@ -112,19 +112,19 @@ export default {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Personal',
|
label: 'Personal',
|
||||||
route: '/steps'
|
route: '/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Seat',
|
label: 'Seat',
|
||||||
route: '/steps/seat'
|
route: '/seat'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Payment',
|
label: 'Payment',
|
||||||
route: '/steps/payment'
|
route: '/payment'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Confirmation',
|
label: 'Confirmation',
|
||||||
route: '/steps/confirmation'
|
route: '/confirmation'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'File Upload',
|
label: 'File Upload',
|
||||||
|
|
|
@ -24,7 +24,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
active: 0,
|
active: 0,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Home', icon: 'pi pi-fw pi-home', route: '/tabmenu' },
|
{ label: 'Home', icon: 'pi pi-fw pi-home', route: '/tabmenu/' },
|
||||||
{ label: 'Calendar', icon: 'pi pi-fw pi-calendar', route: '/tabmenu/calendar' },
|
{ label: 'Calendar', icon: 'pi pi-fw pi-calendar', route: '/tabmenu/calendar' },
|
||||||
{ label: 'Edit', icon: 'pi pi-fw pi-pencil', route: '/tabmenu/edit' },
|
{ label: 'Edit', icon: 'pi pi-fw pi-pencil', route: '/tabmenu/edit' },
|
||||||
{ label: 'Documentation', icon: 'pi pi-fw pi-file', route: '/tabmenu/documentation' },
|
{ label: 'Documentation', icon: 'pi pi-fw pi-file', route: '/tabmenu/documentation' },
|
||||||
|
|
|
@ -29,15 +29,15 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
active: 0,
|
// active: 0,
|
||||||
items: [
|
// items: [
|
||||||
{ label: 'Home', icon: 'pi pi-fw pi-home', route: '/tabmenu' },
|
// { label: 'Home', icon: 'pi pi-fw pi-home', route: '/tabmenu/' },
|
||||||
{ label: 'Calendar', icon: 'pi pi-fw pi-calendar', route: '/tabmenu/calendar' },
|
// { label: 'Calendar', icon: 'pi pi-fw pi-calendar', route: '/tabmenu/calendar' },
|
||||||
{ label: 'Edit', icon: 'pi pi-fw pi-pencil', route: '/tabmenu/edit' },
|
// { label: 'Edit', icon: 'pi pi-fw pi-pencil', route: '/tabmenu/edit' },
|
||||||
{ label: 'Documentation', icon: 'pi pi-fw pi-file', route: '/tabmenu/documentation' },
|
// { label: 'Documentation', icon: 'pi pi-fw pi-file', route: '/tabmenu/documentation' },
|
||||||
{ label: 'Settings', icon: 'pi pi-fw pi-cog', route: '/tabmenu/settings' },
|
// { label: 'Settings', icon: 'pi pi-fw pi-cog', route: '/tabmenu/settings' },
|
||||||
{ label: 'FileUpload', icon: 'pi pi-fw pi-upload', url: '/fileupload' }
|
// { label: 'FileUpload', icon: 'pi pi-fw pi-upload', url: '/fileupload' }
|
||||||
],
|
// ],
|
||||||
code: {
|
code: {
|
||||||
basic: `<TabMenu v-model:activeIndex="active" :model="items">
|
basic: `<TabMenu v-model:activeIndex="active" :model="items">
|
||||||
<template #item="{ label, item, props }">
|
<template #item="{ label, item, props }">
|
||||||
|
|
Loading…
Reference in New Issue