mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-04 15:37:17 +00:00
Nettoyage des imports inutilisés dans AddresseeSelectorComponent.vue et ajout d'une condition v-if pour le rendu du CommentEditor dans CommentEditorComponent.vue
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref, watch, defineProps, defineEmits } from "vue";
|
||||
import { ref, watch } from "vue";
|
||||
|
||||
// Components
|
||||
import PickEntity from "ChillMainAssets/vuejs/PickEntity/PickEntity.vue";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="col-12" v-if="content">
|
||||
<comment-editor v-model="content" />
|
||||
</div>
|
||||
<div class="col-12" v-if="motive">
|
||||
|
||||
Reference in New Issue
Block a user