mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
|
export function useFoo () {
|
||
|
return 'auto imported from ~/components/foo.ts'
|
||
|
}
|