合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
260 B

3 months ago
  1. // @ts-nocheck
  2. // #ifdef VUE3
  3. export * from 'vue';
  4. // #endif
  5. // #ifndef VUE3
  6. export * from '@vue/composition-api';
  7. // #ifdef APP-NVUE
  8. import Vue from 'vue'
  9. import VueCompositionAPI from '@vue/composition-api'
  10. Vue.use(VueCompositionAPI)
  11. // #endif
  12. // #endif