diff --git a/src/components/ClientOnly.vue b/src/components/ClientOnly.vue
new file mode 100644
index 0000000..10ebb83
--- /dev/null
+++ b/src/components/ClientOnly.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
diff --git a/src/pages/app/index.page.vue b/src/pages/app/index.page.vue
index de2ec8b..1621b0c 100644
--- a/src/pages/app/index.page.vue
+++ b/src/pages/app/index.page.vue
@@ -14,22 +14,30 @@
The Counter
- The current value of the counter is: {{ counter.count }}
+ The current value of the counter is:
+ {{ counter.count }}
Increase the Counter
- {{ counter.count }}
+
+ {{ counter.count }}
+
Reset the Counter
- {{ counter.count }}
+
+ {{ counter.count }}
+