Skip to content

Commit

Permalink
fix: playground error on console
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadlgdo committed Jun 19, 2024
1 parent c9df8e2 commit 8efce97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import { computed, defineComponent, PropType } from 'vue';
import { XEventsTypes } from '../../../../wiring/events.types';
import { facetsXModule } from '../../x-module';
import RenderlessFilter from './renderless-filter.vue';
/**
* Renders a simple filter, emitting the needed events when clicked.
Expand All @@ -55,6 +56,7 @@
export default defineComponent({
name: 'SimpleFilter',
xModule: facetsXModule.name,
components: { RenderlessFilter },
props: {
/** The filter data to render. */
filter: {
Expand Down

0 comments on commit 8efce97

Please sign in to comment.