generated from thzxcx/vue3
fix: 路径错误
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user