修复 上传组件 icon引入路径问题

This commit is contained in:
Wang Kejun 2022-12-20 19:00:35 +08:00
parent 17f83945b3
commit d0fcb399c7
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"component": true, "component": true,
"usingComponents": { "usingComponents": {
"t-icon": "../../../miniprogram_npm/tdesign/icon/icon" "l-icon": "../../../miniprogram_npm/lin-ui/icon/index"
}, },
"componentGenerics": { "componentGenerics": {
"item": true "item": true

View File

@ -14,7 +14,7 @@
<slot /> <slot />
</view> </view>
<view class="file-list__image--add"> <view class="file-list__image--add">
<t-icon name="add" size="80" /> <l-icon name="add" size="80" />
</view> </view>
</view> </view>
</view> </view>

View File

@ -1,7 +1,7 @@
{ {
"component": true, "component": true,
"usingComponents": { "usingComponents": {
"t-icon": "../../../miniprogram_npm/tdesign/icon/icon" "l-icon": "../../../miniprogram_npm/lin-ui/icon/index"
}, },
"componentGenerics": { "componentGenerics": {
"item": true "item": true

View File

@ -14,7 +14,7 @@
<slot /> <slot />
</view> </view>
<view class="file-list__image--add"> <view class="file-list__image--add">
<t-icon name="add" size="80" /> <l-icon name="add" size="80" />
</view> </view>
</view> </view>
</view> </view>