naive-ui/packages/common/Button/index.js

9 lines
155 B
JavaScript
Raw Normal View History

2019-06-28 13:50:15 +08:00
/* istanbul ignore file */
2019-06-18 14:53:24 +08:00
import Round from './src/main.vue'
Round.install = function (Vue) {
Vue.component(Round.name, Round)
}
export default Round