Skip to content

Commit

Permalink
add eslint ignore reason
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Oct 30, 2024
1 parent 49d5245 commit 8f5f3c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const disabled = toRef(props, "disabled");
const more = useMoreList({ parentRef, componentRefs, disabled });
// eslint-disable-next-line vue/no-setup-props-reactivity-loss
// eslint-disable-next-line vue/no-setup-props-reactivity-loss -- provide does not support reactive symbols, this reactivity loss is mentioned in the property docs
provide(props.injectionKey, {
components: componentRefs,
visibleElements: more.visibleElements,
Expand Down

0 comments on commit 8f5f3c0

Please sign in to comment.