Files
jwl-applet/src/uni_modules/lime-shared/vue/index.ts

9 lines
126 B
TypeScript
Raw Normal View History

2024-01-25 08:59:04 +08:00
// @ts-nocheck
// #ifdef VUE3
export * from 'vue';
// #endif
// #ifndef VUE3
export * from '@vue/composition-api';
// #endif