Files

5 lines
126 B
TypeScript
Raw Permalink Normal View History

2026-03-19 10:57:24 +08:00
import { withInstall } from '@jeesite/core/utils';
import time from './src/Time.vue';
export const Time = withInstall(time);