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