generated from thzxcx/vue3
fix: 组件导入逻辑
This commit is contained in:
@ -41,7 +41,7 @@ module.exports.resolverThorUi = function (name) {
|
||||
return {
|
||||
name: 'default',
|
||||
as: name,
|
||||
from: `thorui-uni/lib/thorui/tui-${componentName}/tui${componentName}.vue`,
|
||||
from: `thorui-uni/lib/thorui/tui-${componentName}/tui-${componentName}.vue`,
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -52,7 +52,7 @@ module.exports.resolverUniUi = function (name) {
|
||||
return {
|
||||
name: 'default',
|
||||
as: name,
|
||||
from: `@dcloudio/uni-ui/lib/uni-${componentName}/uni${componentName}.vue`,
|
||||
from: `@dcloudio/uni-ui/lib/uni-${componentName}/uni-${componentName}.vue`,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user