1
2
3
export * from './button';
 
export { default as Button } from './Button.vue';