back button
This commit is contained in:
parent
437a6e29a5
commit
e6c1090cdc
|
@ -1,7 +1,11 @@
|
|||
<template>
|
||||
<MkStickyContainer>
|
||||
<template #header>
|
||||
<MkPageHeader :actions="headerActions" :tabs="headerTabs" />
|
||||
<MkPageHeader
|
||||
:actions="headerActions"
|
||||
:tabs="headerTabs"
|
||||
:display-back-button="true"
|
||||
/>
|
||||
</template>
|
||||
<MkSpacer :content-max="700" :margin-min="16" :margin-max="32">
|
||||
<FormSuspense :p="init">
|
||||
|
|
Loading…
Reference in New Issue