/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/radio-button/index.js
8 строк
203 B
qingwei.li
Components: use es2015 export module, fixed #907
08 ноя 2016, 10:01
08 ноя 2016, 10:01
3c12100
Код
Авторство
О чём код?
import RadioButton from '../radio/src/radio-button.vue'; /* istanbul ignore next */ RadioButton.install = function(Vue) { Vue.component(RadioButton.name, RadioButton); }; export default RadioButton;