Named export useA
: {{ a }}
Named export useB
: {{ b }}
Named export useC
: {{ c }}
Named export useD
: {{ d }}
Default export useFoo
: {{ foo }}
This example shows how to use the composables/
directory to auto import composables.
If a default export is provided, the name of the composable will be mapped to the name of the file. Named exports can be used as-is.