mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
export { default as barChart } from "./bar.vue";
|
|
export { default as lineChart } from "./line.vue";
|
|
export { default as roundChart } from "./round.vue";
|