naive-ui/packages/common/Button/index.js
2019-06-28 13:50:15 +08:00

9 lines
155 B
JavaScript

/* istanbul ignore file */
import Round from './src/main.vue'
Round.install = function (Vue) {
Vue.component(Round.name, Round)
}
export default Round