fix: 路径错误

This commit is contained in:
2023-07-13 14:47:57 +08:00
parent 86d7bebbf7
commit 648d90921e

View File

@ -27,7 +27,7 @@ function toLower(name) {
module.exports.resolverThzxcx = function (name) { module.exports.resolverThzxcx = function (name) {
if (name.startsWith('Th')) { if (name.startsWith('Th')) {
const componentName = toLower(name.slice(2)).slice(1) const componentName = toLower(name.slice(2))
return { return {
name: 'default', name: 'default',
as: name, as: name,