diff options
author | 2021-12-13 18:37:58 +0000 | |
---|---|---|
committer | 2021-12-13 18:37:58 +0000 | |
commit | fbbeee41aaaba5da116eb21e38424bdcd522bdd5 (patch) | |
tree | c0eff19d91cf120f9ef8fff58b975d464c00d038 /examples/with-nanostores/src/components/AdminsVue.vue | |
parent | 23b7756d6b7b9cc094b97442123fffa08c6420e8 (diff) | |
download | astro-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.vue | 2 |
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 }; }, }; |