1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:03:55 +00:00
Nuxt/test/fixtures/basic/other-composables-folder/local.ts

6 lines
116 B
TypeScript
Raw Normal View History

function useAsyncData (s?: any) { return s }
export const ShouldNotBeKeyed = (() => {
return useAsyncData()
})()