mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Remove comment editor component from Activity vue app
This commit is contained in:
parent
cd40eb3932
commit
321d569ee9
@ -2,14 +2,12 @@
|
|||||||
<concerned-groups v-if="hasPerson" />
|
<concerned-groups v-if="hasPerson" />
|
||||||
<social-issues-acc v-if="hasSocialIssues" />
|
<social-issues-acc v-if="hasSocialIssues" />
|
||||||
<location v-if="hasLocation" />
|
<location v-if="hasLocation" />
|
||||||
<comment-editor v-if="isSimpleEditor"/>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ConcernedGroups from "./components/ConcernedGroups.vue";
|
import ConcernedGroups from "./components/ConcernedGroups.vue";
|
||||||
import SocialIssuesAcc from "./components/SocialIssuesAcc.vue";
|
import SocialIssuesAcc from "./components/SocialIssuesAcc.vue";
|
||||||
import Location from "./components/Location.vue";
|
import Location from "./components/Location.vue";
|
||||||
import CommentEditor from "ChillMainAssets/vuejs/CommentEditor/component/CommentEditor.vue"
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
@ -18,7 +16,6 @@ export default {
|
|||||||
ConcernedGroups,
|
ConcernedGroups,
|
||||||
SocialIssuesAcc,
|
SocialIssuesAcc,
|
||||||
Location,
|
Location,
|
||||||
CommentEditor
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user