platypush/platypush/backend/http/webapp/src/views
Fabio Manganiello 2778357a9e
Wrapped dynamic Vue components in shallowRef.
The performance of the page is heavily degraded by components loaded
dynamically via defineAsyncComponent that recursively carry behind the
whole Vue machinery.

By wrapping defineAsyncComponent calls in shallowRef we make sure that
we only wire the root level of the newly created dynamic component.
2023-01-14 22:31:48 +01:00
..
Dashboard.vue Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
Login.vue Web panel improvements. 2022-10-07 02:24:29 +02:00
NotFound.vue New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
Panel.vue Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
Plugin.vue Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
Register.vue Migrated login and register components 2020-11-26 23:43:16 +01:00