From 042535f12615b659092e3098381d15b90fbb56bb Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Tue, 15 Aug 2023 15:58:07 -0700 Subject: [PATCH 1/7] fix: restore reactivity of config settings - move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments --- .../components/flexibleLayout.vue | 36 +++++++++---------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/src/plugins/flexibleLayout/components/flexibleLayout.vue b/src/plugins/flexibleLayout/components/flexibleLayout.vue index 247cdc2d73e..0412d8a14dc 100644 --- a/src/plugins/flexibleLayout/components/flexibleLayout.vue +++ b/src/plugins/flexibleLayout/components/flexibleLayout.vue @@ -37,7 +37,6 @@