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

9 lines
155 B
JavaScript
Raw Normal View History

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