generated from thzxcx/vue3
fix: 路径错误
This commit is contained in:
@ -27,7 +27,7 @@ function toLower(name) {
|
||||
|
||||
module.exports.resolverThzxcx = function (name) {
|
||||
if (name.startsWith('Th')) {
|
||||
const componentName = toLower(name.slice(2)).slice(1)
|
||||
const componentName = toLower(name.slice(2))
|
||||
return {
|
||||
name: 'default',
|
||||
as: name,
|
||||
|
Reference in New Issue
Block a user