UNPKG

element-nice-ui

Version:

A Component Library for Vue.js.

9 lines (5 loc) 145 B
import Section from './src/section.vue'; Section.install = function(Vue) { Vue.component(Section.name, Section); }; export default Section;