feat: 废弃对 uTools 生态支持能力,重写 API

This commit is contained in:
muwoo
2021-08-05 17:37:35 +08:00
parent 12962a737b
commit ffb6ac96dc
3 changed files with 4 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="market">
<a-carousel arrows>
<a-carousel v-if="bannerList && !!bannerList.length" arrows>
<div
slot="prevArrow"
slot-scope="props"
@@ -16,7 +16,7 @@
<img width="100%" :src="banner.src" />
</div>
</a-carousel>
<a-divider></a-divider>
<a-divider v-if="bannerList && !!bannerList.length"></a-divider>
<h2>插件</h2>
<a-list item-layout="horizontal" style="width: 100%" :grid="{ gutter: 16, column: 2 }" :data-source="pluginList">
<a-list-item slot="renderItem" slot-scope="item, index">