UNPKG

element-ui-for-gov

Version:

element-ui for gov

9 lines (6 loc) 175 B
import DatePanel from './src/panel'; /* istanbul ignore next */ DatePanel.install = function(Vue) { Vue.component(DatePanel.name, DatePanel); }; export default DatePanel;