1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/test/fixtures/basic/other-composables-folder/custom-keyed-composable.ts

4 lines
73 B
TypeScript
Raw Normal View History

export function useCustomKeyedComposable (arg?: string) {
return arg
}