index.js 118 B

123456789
  1. function install(Vue) {
  2. // #ifdef VUE3
  3. Vue.config.globalProperties.$t = {}
  4. // #endif
  5. }
  6. export default {
  7. install
  8. }