Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/Device.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Device.vue b/src/components/Device.vue
index bfffe89..7c23210 100644
--- a/src/components/Device.vue
+++ b/src/components/Device.vue
@@ -38,7 +38,7 @@
<script>
import ClickOutside from 'vue-click-outside'
import confirmPassword from '@nextcloud/password-confirmation'
- import {PopoverMenu} from 'nextcloud-vue'
+ import { PopoverMenu } from 'nextcloud-vue/dist/Components/PopoverMenu'
export default {
name: 'Device',
@@ -110,4 +110,4 @@
padding: 3px;
margin: 3px;
}
-</style> \ No newline at end of file
+</style>