summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/src/components/AdminsVue.vue
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/src/components/AdminsVue.vue')
-rw-r--r--examples/with-nanostores/src/components/AdminsVue.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/src/components/AdminsVue.vue b/examples/with-nanostores/src/components/AdminsVue.vue
index 72f0c573d..2f83e9fc1 100644
--- a/examples/with-nanostores/src/components/AdminsVue.vue
+++ b/examples/with-nanostores/src/components/AdminsVue.vue
@@ -26,7 +26,7 @@ export default {
setup() {
const list = useStore(admins);
const count = useStore(counter);
-
+
return { list, count, increaseCounter, decreaseCounter };
},
};