diff --git a/src/mixins/actionGlobal.js b/src/mixins/actionGlobal.js index 9583284836..8ee5194b44 100644 --- a/src/mixins/actionGlobal.js +++ b/src/mixins/actionGlobal.js @@ -3,6 +3,8 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ +// An empty comment below is needed to prevent styleguidist from using SPDX header as a mixin=component description in docs +/** */ export default { beforeUpdate() { this.text = this.getText() diff --git a/src/mixins/clickOutsideOptions/index.js b/src/mixins/clickOutsideOptions/index.js index d7e68600b9..4e3b2381b8 100644 --- a/src/mixins/clickOutsideOptions/index.js +++ b/src/mixins/clickOutsideOptions/index.js @@ -3,6 +3,8 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ +// An empty comment below is needed to prevent styleguidist from using SPDX header as a mixin=component description in docs +/** */ export default { props: { /**