Files
jwl-applet/src/uni_modules/lime-shared/vue/index.ts
2024-01-25 08:59:04 +08:00

9 lines
126 B
TypeScript

// @ts-nocheck
// #ifdef VUE3
export * from 'vue';
// #endif
// #ifndef VUE3
export * from '@vue/composition-api';
// #endif