generated from thzxcx/vue3
refactor: 文件名后缀
This commit is contained in:
@ -2,8 +2,8 @@
|
|||||||
* @Author: zhaojinfeng 121016171@qq.com
|
* @Author: zhaojinfeng 121016171@qq.com
|
||||||
* @Date: 2023-06-25 10:56:32
|
* @Date: 2023-06-25 10:56:32
|
||||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||||
* @LastEditTime: 2023-07-13 11:50:15
|
* @LastEditTime: 2023-07-13 12:04:43
|
||||||
* @FilePath: \uni\utils\resolver.js
|
* @FilePath: \uni\utils\resolver.cjs
|
||||||
* @Description: 自动导入组件的解析器
|
* @Description: 自动导入组件的解析器
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@ module.exports.resolverThzxcx = function (name) {
|
|||||||
return {
|
return {
|
||||||
name: 'default',
|
name: 'default',
|
||||||
as: name,
|
as: name,
|
||||||
from: `@thzxcx/uni/es/${componentName}/index.vue`,
|
from: `@thzxcx/uni/packages/${componentName}/index.vue`,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user