You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
161 B

// 导入自己需要的组件
import { Slider } from 'element-ui'
const element = {
install: function (Vue) {
Vue.use(Slider)
}
}
export default element