Skip to content

Commit

Permalink
🐛 add @vue-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed May 31, 2023
1 parent 0de7dc6 commit d9ab227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/FoldButton.vue
Expand Up @@ -13,7 +13,7 @@
import type { ButtonHTMLAttributes } from 'vue'
import AIcon from '/@/components/UI/AIcon.vue'
interface Props extends ButtonHTMLAttributes {
interface Props extends /* @vue-ignore */ ButtonHTMLAttributes {
showIcon?: boolean
background?: 'primary' | 'secondary' | 'tertiary'
isFold: boolean
Expand Down

0 comments on commit d9ab227

Please sign in to comment.