mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
refactor(projects): all file and folder use kebab-case
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import GradientBg from './GradientBg.vue';
|
||||
|
||||
export { GradientBg };
|
||||
@@ -0,0 +1,3 @@
|
||||
import GradientBg from './gradient-bg.vue';
|
||||
|
||||
export { GradientBg };
|
||||
@@ -1,5 +1,5 @@
|
||||
import TopChart from './TopChart/index.vue';
|
||||
import DataCard from './DataCard/index.vue';
|
||||
import BottomPart from './BottomPart/index.vue';
|
||||
import TopChart from './top-chart/index.vue';
|
||||
import DataCard from './data-card/index.vue';
|
||||
import BottomPart from './bottom-part/index.vue';
|
||||
|
||||
export { TopChart, DataCard, BottomPart };
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
import TechnologyCard from './TechnologyCard.vue';
|
||||
import ShortcutsCard from './ShortcutsCard.vue';
|
||||
|
||||
export { TechnologyCard, ShortcutsCard };
|
||||
@@ -1,4 +1,4 @@
|
||||
import WorkbenchHeader from './WorkbenchHeader/index.vue';
|
||||
import WorkbenchMain from './WorkbenchMain/index.vue';
|
||||
import WorkbenchHeader from './workbench-header/index.vue';
|
||||
import WorkbenchMain from './workbench-main/index.vue';
|
||||
|
||||
export { WorkbenchHeader, WorkbenchMain };
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import TechnologyCard from './technology-card.vue';
|
||||
import ShortcutsCard from './shortcuts-card.vue';
|
||||
|
||||
export { TechnologyCard, ShortcutsCard };
|
||||
Reference in New Issue
Block a user