Skip to content

Commit

Permalink
replacing vue-observe-visibility in remaining components
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 5, 2024
1 parent 8a412a1 commit fe1c251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<script lang="ts">
import { defineComponent } from 'vue'
import type { PropType } from 'vue'
import { ObserveVisibility } from 'vue-observe-visibility'
import BaseHeading from './../BaseHeading/BaseHeading.vue'
import BlockText from './../BlockText/BlockText.vue'
Expand All @@ -56,9 +55,6 @@ export default defineComponent({
BaseHeading,
BlockText
},
directives: {
ObserveVisibility
},
props: {
descriptionHeading: {
type: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ import type { DebouncedFunc } from 'lodash'
import type { Slide } from './MissionDetailHighlightsCarouselItem.vue'
// @ts-ignore
import anime from 'animejs'
import { ObserveVisibility } from 'vue-observe-visibility'
import MissionDetailHighlightsCarousel from './MissionDetailHighlightsCarousel.vue'
import BaseHeading from './../BaseHeading/BaseHeading.vue'
Expand All @@ -179,9 +178,6 @@ export default defineComponent({
BaseHeading,
MissionDetailHighlightsCarousel
},
directives: {
ObserveVisibility
},
props: {
missionTitle: {
type: String,
Expand Down

0 comments on commit fe1c251

Please sign in to comment.