[web] Rename template slots

This commit is contained in:
Alain Nussbaumer
2025-03-15 15:06:45 +01:00
parent 9e2c9fddcb
commit 59b680db9b
36 changed files with 64 additions and 68 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div>
<content-with-heading>
<template #heading-left>
<template #heading>
<heading-title :content="heading" />
</template>
<template #heading-right>
<template #actions>
<control-button
:button="{ handler: openDetails, icon: 'dots-horizontal' }"
/>