loulijun2021
2023-09-26 0f0195b43a05ba00b89cb3f73ef2763c194e5741
1
2
3
4
5
import vCrontab from './components/Crontab.vue'
 
vCrontab.install = Vue => Vue.component(vCrontab.name, vCrontab);
 
export default vCrontab