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