UNPKG

vue-lottery

Version:
11 lines (10 loc) 182 B
import lottery from './lottery.vue' export default{ install: function(Vue){ Vue.mixin({ components:{ lottery } }) } }