index.ts 121 B

1234
  1. import { withInstall } from '/@/utils/index';
  2. import time from './src/Time.vue';
  3. export const Time = withInstall(time);