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