style:组件名引入修改
Showing
1 changed file
with
2 additions
and
2 deletions
1 | /* | 1 | /* |
2 | * @Description: 引入公共组件 | 2 | * @Description: 引入公共组件 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-26 17:26:12 | 4 | * @LastEditTime: 2023-04-28 13:30:31 |
5 | */ | 5 | */ |
6 | import dialogBox from '@/components/dialogBox/dialogBox.vue' | 6 | import dialogBox from '@/components/DialogBox/dialogBox.vue' |
7 | import LbTable from '@/components/LbTable/lb-table.vue' | 7 | import LbTable from '@/components/LbTable/lb-table.vue' |
8 | import Theme from '@/components/Theme/theme.vue' | 8 | import Theme from '@/components/Theme/theme.vue' |
9 | import Popup from '@/components/Popup/index' | 9 | import Popup from '@/components/Popup/index' | ... | ... |
-
Please register or sign in to post a comment