fix: 名称错误

This commit is contained in:
2023-07-13 11:51:35 +08:00
parent 2c26d1b374
commit 69be9b75bd
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-06-25 10:56:32
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-07-13 10:58:22
* @LastEditTime: 2023-07-13 11:51:03
* @FilePath: \uni\utils\resolver.mjs
* @Description: 自动导入组件的解析器
*
@ -31,7 +31,7 @@ export function resolverThzxcx(name) {
}
}
export function resolverTui(name) {
export function resolverThoruiUni(name) {
if (name.startsWith('Tui')) {
const componentName = toLower(name.slice(3))
return {