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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-04 16:22:04 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-04 16:22:04 +0300
commit29c385a4c32a9fa2aea19df23c550d8e8fbbca84 (patch)
tree9ed36ac04c7016150e10d18d4b77973391b9fc69 /src/components
parente7056898bcda09566c71ee5bcc2efe9d5e24f40d (diff)
Do not import all of the vue-components
We only use the PopoverMenu. Saves a whole lot of bundled JS Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'src/components')
-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>