mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-16 08:38:48 +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
|
|
}
|
|
};
|