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