diff --git a/package-lock.json b/package-lock.json index 01912da4..7cae5efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,6 @@ "p-queue": "^6.6.2", "uuid": "^8.3.2", "v-click-outside": "^3.1.2", - "v-tooltip": "^2.1.3", "vue": "^2.6.14", "vue-clipboard2": "^0.3.3", "vue-material-design-icons": "^5.0.0", diff --git a/package.json b/package.json index 5ee240d6..bbee2a70 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "p-queue": "^6.6.2", "uuid": "^8.3.2", "v-click-outside": "^3.1.2", - "v-tooltip": "^2.1.3", "vue": "^2.6.14", "vue-clipboard2": "^0.3.3", "vue-material-design-icons": "^5.0.0", diff --git a/src/components/AppNavigation/ListItemCalendar.vue b/src/components/AppNavigation/ListItemCalendar.vue index c9af6089..7c30d782 100644 --- a/src/components/AppNavigation/ListItemCalendar.vue +++ b/src/components/AppNavigation/ListItemCalendar.vue @@ -150,6 +150,7 @@ import AppNavigationIconBullet from '@nextcloud/vue/dist/Components/AppNavigatio import Actions from '@nextcloud/vue/dist/Components/Actions' import ActionButton from '@nextcloud/vue/dist/Components/ActionButton' import ActionLink from '@nextcloud/vue/dist/Components/ActionLink' +import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip' import Close from 'vue-material-design-icons/Close' import Delete from 'vue-material-design-icons/Delete' @@ -185,6 +186,7 @@ export default { }, directives: { clickOutside: ClickOutside.directive, + Tooltip, }, props: { calendar: { diff --git a/src/components/DeleteCompletedModal.vue b/src/components/DeleteCompletedModal.vue index c82fb8a8..04f0a796 100644 --- a/src/components/DeleteCompletedModal.vue +++ b/src/components/DeleteCompletedModal.vue @@ -66,6 +66,7 @@ License along with this library. If not, see .