Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
1615450788 committed May 17, 2018
2 parents 5e81060 + 20febfe commit 4597c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install vue-cron
import Vue from 'vue'
import VueCron from 'vue-cron'

Vue.use(VueCron);
Vue.use(VueCron);//使用方式:<vueCron></vueCron>

//局部引入
import {cron} from 'vue-cron'
Expand Down

0 comments on commit 4597c18

Please sign in to comment.