修改组件名称
This commit is contained in:
@@ -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(() => {
|
||||
|
Reference in New Issue
Block a user