From a7ca16c3f5631e0e8a4152e5ac82b8e189304c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 18 Sep 2023 14:23:57 +0300 Subject: [PATCH] TabMenu and Steps production demo fixes --- doc/steps/BasicDoc.vue | 10 +++---- doc/steps/InteractiveDoc.vue | 2 +- doc/steps/RouterDoc.vue | 52 ++++++++++++++++++------------------ doc/tabmenu/BasicDoc.vue | 2 +- doc/tabmenu/RouterDoc.vue | 18 ++++++------- 5 files changed, 42 insertions(+), 42 deletions(-) diff --git a/doc/steps/BasicDoc.vue b/doc/steps/BasicDoc.vue index a98f89d64..779fbe257 100644 --- a/doc/steps/BasicDoc.vue +++ b/doc/steps/BasicDoc.vue @@ -33,7 +33,7 @@ export default { items: [ { label: 'Personal', - route: '/steps' + route: '/steps/' }, { label: 'Seat', @@ -101,19 +101,19 @@ export default { items: [ { label: 'Personal', - route: '/steps' + route: '/' }, { label: 'Seat', - route: '/steps/seat' + route: '/seat' }, { label: 'Payment', - route: '/steps/payment' + route: '/payment' }, { label: 'Confirmation', - route: '/steps/confirmation' + route: '/confirmation' } ] } diff --git a/doc/steps/InteractiveDoc.vue b/doc/steps/InteractiveDoc.vue index 1a9db629a..7252102e1 100644 --- a/doc/steps/InteractiveDoc.vue +++ b/doc/steps/InteractiveDoc.vue @@ -39,7 +39,7 @@ export default { items: [ { label: 'Personal', - route: '/steps' + route: '/steps/' }, { label: 'Seat', diff --git a/doc/steps/RouterDoc.vue b/doc/steps/RouterDoc.vue index 6fdd4a451..fa3675add 100644 --- a/doc/steps/RouterDoc.vue +++ b/doc/steps/RouterDoc.vue @@ -37,28 +37,28 @@ export default { data() { return { - items: [ - { - label: 'Personal', - route: '/steps' - }, - { - label: 'Seat', - route: '/steps/seat' - }, - { - label: 'Payment', - route: '/steps/payment' - }, - { - label: 'Confirmation', - route: '/steps/confirmation' - }, - { - label: 'File Upload', - url: '/fileupload' - } - ], + // items: [ + // { + // label: 'Personal', + // route: '/steps/' + // }, + // { + // label: 'Seat', + // route: '/steps/seat' + // }, + // { + // label: 'Payment', + // route: '/steps/payment' + // }, + // { + // label: 'Confirmation', + // route: '/steps/confirmation' + // }, + // { + // label: 'File Upload', + // url: '/fileupload' + // } + // ], code: { basic: `