Skip to content

Commit

Permalink
fix: import onBeforeMountfrom vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed May 31, 2024
1 parent fc2e566 commit 01f54c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/ConfirmButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ import noop from 'lodash/noop'
import uniqueId from 'lodash/uniqueId'
import { faTimes } from '@fortawesome/free-solid-svg-icons/faTimes'
import { BTooltip, PopoverPlacement } from 'bootstrap-vue-next'
import { ComponentPublicInstance, defineComponent, PropType, ref } from 'vue'
import { ComponentPublicInstance, defineComponent, PropType, ref, onBeforeMount } from 'vue'
import { default as Fa, library } from './Fa'
import { onBeforeMount } from '@vue/runtime-core'
/**
* ConfirmButton
Expand Down

0 comments on commit 01f54c8

Please sign in to comment.