小小儁爺
7 天以前 19bb512734fc1bd3524a45cc66dfda8caef2066b
1
2
3
4
5
import vCrontab from './components/Crontab.vue'
 
vCrontab.install = Vue => Vue.component(vCrontab.name, vCrontab);
 
export default vCrontab