小小儁爺
2024-05-30 682a05db9dff8fc0ab615d3183953b24679c2166
1
2
3
4
5
import vCrontab from './components/Crontab.vue'
 
vCrontab.install = Vue => Vue.component(vCrontab.name, vCrontab);
 
export default vCrontab