小小儁爺
2025-11-12 f0066d970ee587f38343eb7911df5352c08a20fd
1
2
3
4
5
import vCrontab from './components/Crontab.vue'
 
vCrontab.install = Vue => Vue.component(vCrontab.name, vCrontab);
 
export default vCrontab