mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 04:56:13 +00:00
fix compilation errors
This commit is contained in:
parent
67d804e28e
commit
697b4ab436
@ -1,9 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<comment-editor
|
<comment-editor v-model="content" />
|
||||||
v-model="content"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -11,7 +9,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent, ref, watch } from "vue";
|
import { defineComponent, ref, watch } from "vue";
|
||||||
|
|
||||||
import CommentEditor from "ChillMainAssets/vuejs/_components/CommentEditor/CommentEditor.vue"
|
import CommentEditor from "ChillMainAssets/vuejs/_components/CommentEditor/CommentEditor.vue";
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: "AddCommentComponent",
|
name: "AddCommentComponent",
|
||||||
|
@ -89,11 +89,7 @@ import { PropType, computed, defineComponent, ref, watch } from "vue";
|
|||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
|
|
||||||
// Types
|
// Types
|
||||||
import {
|
import { User, UserGroup, UserGroupOrUser } from "ChillMainAssets/types";
|
||||||
User,
|
|
||||||
UserGroup,
|
|
||||||
UserGroupOrUser,
|
|
||||||
} from "ChillMainAssets/types";
|
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
import AddPersons from "ChillPersonAssets/vuejs/_components/AddPersons.vue";
|
import AddPersons from "ChillPersonAssets/vuejs/_components/AddPersons.vue";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user