IlCallo - Overview
- Albinea, Italy
- https://dreamonkey.com/
- @pcalloc
Pinned Loading
-
Global reactive store based on Compo... Global reactive store based on Composition API refs
1
// src/services/books.ts2
3
// $fetch is a custom fetch wrapper performing common operations, we plan to release it as open source when we'll have time4
// Should be easy to understand what it does5
-
app-bar.ts app-bar.ts
1
import { inject, ref, provide } from '@vue/composition-api';
2
3
export function useAppBarProviders() {
4
const title = ref('');
5






