优化已知问题
This commit is contained in:
@@ -7,13 +7,19 @@
|
||||
<LandingHero/>
|
||||
|
||||
<!-- 站点列表 -->
|
||||
<SiteList />
|
||||
<SiteList/>
|
||||
|
||||
<!-- 插件列表 -->
|
||||
<!-- <MarketList />-->
|
||||
<!-- <MarketList />-->
|
||||
|
||||
<!-- 客户案例 -->
|
||||
<CaseList/>
|
||||
|
||||
<!-- 合作伙伴 -->
|
||||
<Partners />
|
||||
<Partners/>
|
||||
|
||||
<!-- 下单定制 -->
|
||||
<Customized />
|
||||
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
@@ -32,6 +38,7 @@ import Carousel from "~/components/Index/Carousel.vue";
|
||||
import LandingHero from "~/components/Index/LandingHero.vue";
|
||||
import SiteList from "~/components/Index/SiteList.vue";
|
||||
import MarketList from "~/components/Index/MarketList.vue";
|
||||
import CaseList from "~/components/Index/CaseList.vue"
|
||||
import Partners from "~/components/Index/Partners.vue";
|
||||
import Customized from "~/components/Index/Customized.vue";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user