зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #7740 from nextcloud/fix-missing-tooltip-directive-in-devicechecker
Fix missing tooltip directive in DeviceChecker
This commit is contained in:
Коммит
8bfc324960
|
@ -170,6 +170,7 @@
|
|||
|
||||
<script>
|
||||
import Modal from '@nextcloud/vue/dist/Components/Modal.js'
|
||||
import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip.js'
|
||||
import { devices } from '../../mixins/devices.js'
|
||||
import MediaDevicesSelector from '../MediaDevicesSelector.vue'
|
||||
import VideoBackground from '../CallView/shared/VideoBackground.vue'
|
||||
|
@ -197,6 +198,10 @@ import isInLobby from '../../mixins/isInLobby.js'
|
|||
export default {
|
||||
name: 'DeviceChecker',
|
||||
|
||||
directives: {
|
||||
Tooltip,
|
||||
},
|
||||
|
||||
components: {
|
||||
Modal,
|
||||
MediaDevicesSelector,
|
||||
|
|
Загрузка…
Ссылка в новой задаче