mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
parent
184d57bb19
commit
f9d7e1c900
@ -0,0 +1 @@
|
|||||||
|
export * from './nested/bar'
|
@ -0,0 +1,3 @@
|
|||||||
|
export function useNestedBar () {
|
||||||
|
return 'bar'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user