summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/src/components/AdminsVue.vue
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-12-13 18:37:58 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-12-13 18:37:58 +0000
commitfbbeee41aaaba5da116eb21e38424bdcd522bdd5 (patch)
treec0eff19d91cf120f9ef8fff58b975d464c00d038 /examples/with-nanostores/src/components/AdminsVue.vue
parent23b7756d6b7b9cc094b97442123fffa08c6420e8 (diff)
downloadastro-fbbeee41aaaba5da116eb21e38424bdcd522bdd5.tar.gz
astro-fbbeee41aaaba5da116eb21e38424bdcd522bdd5.tar.zst
astro-fbbeee41aaaba5da116eb21e38424bdcd522bdd5.zip
[ci] yarn format
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 };
},
};