Skip to content

Commit

Permalink
fix(grid-guide): remove useless props
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Aug 23, 2023
1 parent 1a69562 commit a717fdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/grid-guide/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const {
responsive = true,
reactions = (() => ['dark']) as never,
} = defineProps<{
maxSections?: number,
responsive?: boolean,
sectionCells?: number,
} & ReactionProps>()
const getReactionState = useReactionState(() => reactions)
Expand Down

0 comments on commit a717fdc

Please sign in to comment.