Skip to content

Commit

Permalink
refactor: remove unneeded prop
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Jul 16, 2024
1 parent 556271f commit 50c9d26
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export default defineComponent({
type: Object as PropType<YandexMapClustererOptions>,
default: () => ({}),
},
disableClustersReactivity: {
type: Boolean,
default: false,
},
/**
* @description All custom (non-settings) props are also supported
*/
Expand Down

0 comments on commit 50c9d26

Please sign in to comment.