消息
This commit is contained in:
11
TUIKit/tui-customer-service-plugin/adapter-vue-uniapp.ts
Normal file
11
TUIKit/tui-customer-service-plugin/adapter-vue-uniapp.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
let vueVersion: number;
|
||||
// #ifndef VUE3
|
||||
export * from '@vue/composition-api';
|
||||
vueVersion = 2;
|
||||
// #endif
|
||||
|
||||
// #ifdef VUE3
|
||||
export * from 'vue';
|
||||
vueVersion = 3;
|
||||
// #endif
|
||||
export { vueVersion };
|
||||
Reference in New Issue
Block a user