diff --git a/client/web/admin/src/app.js b/client/web/admin/src/app.js
index 1691b135b..b58849f04 100644
--- a/client/web/admin/src/app.js
+++ b/client/web/admin/src/app.js
@@ -21,7 +21,7 @@ export default (options = {}) => {
options = {
el: '#app',
name: 'admin',
- template: '
',
+ template: '',
mixins: [
mixins.corredor,
diff --git a/client/web/admin/src/views/Layout.vue b/client/web/admin/src/views/Layout.vue
index 061343a2b..52be7ad44 100644
--- a/client/web/admin/src/views/Layout.vue
+++ b/client/web/admin/src/views/Layout.vue
@@ -1,8 +1,6 @@
-
-
+
+
{
options = {
el: '#app',
name: 'compose',
- template: '
',
+ template: '',
mixins: [
mixins.corredor,
diff --git a/client/web/compose/src/views/Layout.vue b/client/web/compose/src/views/Layout.vue
index cfdf41090..f09d197f1 100644
--- a/client/web/compose/src/views/Layout.vue
+++ b/client/web/compose/src/views/Layout.vue
@@ -1,8 +1,6 @@
-
-
+
+
diff --git a/client/web/discovery/src/views/Layout.vue b/client/web/discovery/src/views/Layout.vue
index 05508ceb2..22f476e8a 100644
--- a/client/web/discovery/src/views/Layout.vue
+++ b/client/web/discovery/src/views/Layout.vue
@@ -1,5 +1,5 @@
-
+
{
options = {
el: '#app',
name: 'one',
- template: '
',
+ template: '',
data: () => ({
loaded: false,
diff --git a/client/web/one/src/views/Layout.vue b/client/web/one/src/views/Layout.vue
index 522bd31bb..008e993b4 100644
--- a/client/web/one/src/views/Layout.vue
+++ b/client/web/one/src/views/Layout.vue
@@ -1,10 +1,7 @@
-
+
{
el: '#app',
name: 'privacy',
- template: '
',
+ template: '',
data: () => ({
loaded: false,
diff --git a/client/web/reporter/src/app.js b/client/web/reporter/src/app.js
index 554c2ea67..1295ab73b 100644
--- a/client/web/reporter/src/app.js
+++ b/client/web/reporter/src/app.js
@@ -18,7 +18,7 @@ export default (options = {}) => {
el: '#app',
name: 'reporter',
- template: '
',
+ template: '',
data: () => ({
loaded: false,
diff --git a/client/web/reporter/src/views/Layout.vue b/client/web/reporter/src/views/Layout.vue
index c77a2a69c..5d94902ef 100644
--- a/client/web/reporter/src/views/Layout.vue
+++ b/client/web/reporter/src/views/Layout.vue
@@ -1,5 +1,5 @@
-
+
{
options = {
el: '#app',
name: 'workflow',
- template: '
',
+ template: '',
data: () => ({
loaded: false,
diff --git a/client/web/workflow/src/views/Layout.vue b/client/web/workflow/src/views/Layout.vue
index da7f57838..e1f43d704 100644
--- a/client/web/workflow/src/views/Layout.vue
+++ b/client/web/workflow/src/views/Layout.vue
@@ -1,8 +1,6 @@
-