Ben Lin
2024-10-28 08abfcfea8247c394b2034cad59734846b403dd9
src/components/Time/index.ts
@@ -1,4 +1,4 @@
import { withInstall } from '/@/utils/index';
import { withInstall } from '@/utils';
import time from './src/Time.vue';
export const Time = withInstall(time);