bugfix cartouchlayout props

This commit is contained in:
2023-09-29 11:23:23 +02:00
parent 86cb049c94
commit c94679017e
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import vSelect from 'vue-select';
import 'vue-select/dist/vue-select.css';
export default {
props: ['id'],
props: ['cid'],
data(){
return {
doleance: null,
@@ -88,7 +88,7 @@ export default {
</script>
<template>
<CartoucheLayout>
<CartoucheLayout :cid="cid">
<template v-slot:header>
<div class="pre-header">
</div>

View File

@@ -17,7 +17,7 @@ import { mdiRhombusOutline } from '@mdi/js';
export default {
props: ['id'],
props: ['cid'],
data(){
return {
opened_besoin_id: null,
@@ -72,7 +72,7 @@ export default {
</script>
<template>
<CartoucheLayout>
<CartoucheLayout :cid="cid">
<!-- <template v-slot:header>
</template> -->