修复 上传组件 icon引入路径问题
This commit is contained in:
parent
17f83945b3
commit
d0fcb399c7
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue