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