This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit dfee8c8d915759f11c3eaf1e03a29fdd60c53a27 Author: Benjamin <poussin@codelutin.com> Date: Sun May 31 01:07:34 2020 +0200 suppression du beforeMount qui ne sert plus avec les computed properties (diminution du nombre d'appel au back) --- web/src/components/common/TagsInput.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/src/components/common/TagsInput.vue b/web/src/components/common/TagsInput.vue index 14208ca..b3a1b6d 100644 --- a/web/src/components/common/TagsInput.vue +++ b/web/src/components/common/TagsInput.vue @@ -88,11 +88,6 @@ class TagsInput extends Vue { } ) } - - beforeMount() { - this.load() - console.log('xxxx', this.allTags, this.canCreate, this.limit, this.displayCount, this.value) - } } export default TagsInput -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.