diff --git a/.prettierrc b/.prettierrc
index f1c8e7129..21209f49e 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,4 +1,4 @@
{
- "tabWidth": 2,
+ "tabWidth": 4,
"bracketSameLine": true
}
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
index 71b56feaf..6693b2955 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,16 +1,57 @@
-
-
-
-
-
-
+
+ lastFocusedInputGroupName: {{ lastFocusedInputGroupName }}
+
+
+
+
+
+
+
diff --git a/src/common-components/base-input-button/base-input-button.vue b/src/common-components/base-input-button/base-input-button.vue
index 65c2396aa..1a2e51fcc 100644
--- a/src/common-components/base-input-button/base-input-button.vue
+++ b/src/common-components/base-input-button/base-input-button.vue
@@ -2,8 +2,7 @@