import type {App} from 'vue' import fxArticleList from './index.vue'; fxArticleList.install=(app:App)=>{ app.component('fxArticleList', fxArticleList); } export default fxArticleList;