mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-03-24 22:42:26 +00:00
10 lines
127 B
TypeScript
10 lines
127 B
TypeScript
import ExportBtn from "./components/export-btn.vue";
|
|
|
|
export { ExportBtn };
|
|
|
|
export default {
|
|
components: {
|
|
ExportBtn
|
|
}
|
|
};
|