Skip to content

Commit

Permalink
WIP! v-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ShGKme committed May 15, 2024
1 parent 66abfe9 commit 1bbe444
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</template>

<script>
import Vue from 'vue'
// import Vue from 'vue'

import Message from 'vue-material-design-icons/Message.vue'
import Plus from 'vue-material-design-icons/Plus.vue'
Expand All @@ -106,7 +106,7 @@ import {
getBridgeProcessState,
} from '../../../services/matterbridgeService.js'

Vue.directive('tooltip', Tooltip)
// Vue.directive('tooltip', Tooltip)

export default {
name: 'MatterbridgeSettings',
Expand Down

0 comments on commit 1bbe444

Please sign in to comment.