Skip to content

Commit

Permalink
chore(docs): remove SPDX header from component docs
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Jul 16, 2024
1 parent c0a0eb0 commit 8ea8a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixins/actionGlobal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 2 additions & 0 deletions src/mixins/clickOutsideOptions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
/**
Expand Down

0 comments on commit 8ea8a21

Please sign in to comment.