mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 02:44:51 +00:00
f298386795
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export * from './nuxt'
|
|
export * from './composables'
|
|
|
|
export const isVue2 = false
|
|
export const isVue3 = true
|