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