feat: image标签替换成class名称
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
mode="aspectFill"
|
||||
></image>
|
||||
<view class="quick-access-item-title">
|
||||
<image :src="item.icon"></image>
|
||||
<image class="quick-access-item-icon" :src="item.icon"></image>
|
||||
<text>{{ item.title }}</text>
|
||||
</view>
|
||||
<text class="quick-access-item-content">{{ item.content }}</text>
|
||||
|
||||
Reference in New Issue
Block a user