import ListLayout from './ListLayout.vue'; ListLayout.install = Vue => { Vue.component(ListLayout.name, ListLayout); }; export default ListLayout;