接收一个vue组件
该组件应该有个方法,install
customComponent.install=function(Vue){ vue.Component('name',custemComponent) }