summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModule.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-26 05:47:08 +0100
committerUdo Walter2019-02-26 05:47:08 +0100
commitfa56ed288a45468af0b977fdbec9acf9e491aa0c (patch)
tree1fdbbde56420c856181878c044d3f9f1b9c0ee20 /webapp/src/components/ConfiguratorModule.vue
parent[webapp/configurator] add ability to assign configs to groups/clients (diff)
downloadbas-fa56ed288a45468af0b977fdbec9acf9e491aa0c.tar.gz
bas-fa56ed288a45468af0b977fdbec9acf9e491aa0c.tar.xz
bas-fa56ed288a45468af0b977fdbec9acf9e491aa0c.zip
[webapp/groups+configurator] performance improvements
Diffstat (limited to 'webapp/src/components/ConfiguratorModule.vue')
-rw-r--r--webapp/src/components/ConfiguratorModule.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/components/ConfiguratorModule.vue b/webapp/src/components/ConfiguratorModule.vue
index f7255b1..6f73617 100644
--- a/webapp/src/components/ConfiguratorModule.vue
+++ b/webapp/src/components/ConfiguratorModule.vue
@@ -79,6 +79,7 @@
scrollable
:persistent="dialog.type !== 'delete'"
:fullscreen="$vuetify.breakpoint.smAndDown"
+ lazy
>
<configurator-module-delete v-if="dialog.type === 'delete'" />
<configurator-module-config v-else-if="dialog.type === 'config'"/>