修复 上传组件 icon引入路径问题
This commit is contained in:
parent
17f83945b3
commit
d0fcb399c7
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"t-icon": "../../../miniprogram_npm/tdesign/icon/icon"
|
||||
"l-icon": "../../../miniprogram_npm/lin-ui/icon/index"
|
||||
},
|
||||
"componentGenerics": {
|
||||
"item": true
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<slot />
|
||||
</view>
|
||||
<view class="file-list__image--add">
|
||||
<t-icon name="add" size="80" />
|
||||
<l-icon name="add" size="80" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"t-icon": "../../../miniprogram_npm/tdesign/icon/icon"
|
||||
"l-icon": "../../../miniprogram_npm/lin-ui/icon/index"
|
||||
},
|
||||
"componentGenerics": {
|
||||
"item": true
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<slot />
|
||||
</view>
|
||||
<view class="file-list__image--add">
|
||||
<t-icon name="add" size="80" />
|
||||
<l-icon name="add" size="80" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Loading…
Reference in New Issue