修改组件名称

This commit is contained in:
2022-03-17 12:49:34 +08:00
parent 22a823caba
commit fcd91876ce
15 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export default {
vm.toolPage = (() => {
// 动态引入组件
const component = import(`@/components/tools/${componentName}.vue`);
const component = import(`@/components/Tools/${componentName}.vue`);
Promise.all([component]).then(() => {
setTimeout(() => {