Skip to content

Commit

Permalink
feat(#89): implement popover group
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 12, 2024
1 parent c7ae9cd commit f516205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GroupFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
type="horizontal"
>
<template #default="{ item }">
<CTPopover :trigger="item.name">
<CTPopover :trigger="item.name" group="group-filters">
<slot :name="`filter-${item.id}`">
<!-- @TODO - default filter? -->
</slot>
Expand Down

0 comments on commit f516205

Please sign in to comment.