实现关键词排序UI

This commit is contained in:
Peng-YM
2020-09-18 11:07:23 +08:00
parent 910f2c1b67
commit af9f96d101
6 changed files with 2427 additions and 2194 deletions

View File

@@ -1,29 +1,30 @@
<template>
<v-card
class="ml-4 mt-4 mb-4 mr-4"
>
<v-card-title>Nexitally</v-card-title>
<v-carousel
cycle
height="250"
:show-arrows="false"
>
<v-carousel-item>
<v-chart
:options="pie"
class="remains !important"
autoresize
/>
</v-carousel-item>
<v-carousel-item>
<v-chart
:options="pie"
class="remains !important"
autoresize
/>
</v-carousel-item>
</v-carousel>
</v-card>
<!-- <v-card-->
<!-- class="ml-4 mt-4 mb-4 mr-4"-->
<!-- >-->
<!-- <v-card-title>Nexitally</v-card-title>-->
<!-- <v-carousel-->
<!-- cycle-->
<!-- height="250"-->
<!-- :show-arrows="false"-->
<!-- >-->
<!-- <v-carousel-item>-->
<!-- <v-chart-->
<!-- :options="pie"-->
<!-- class="remains !important"-->
<!-- autoresize-->
<!-- />-->
<!-- </v-carousel-item>-->
<!-- <v-carousel-item>-->
<!-- <v-chart-->
<!-- :options="pie"-->
<!-- class="remains !important"-->
<!-- autoresize-->
<!-- />-->
<!-- </v-carousel-item>-->
<!-- </v-carousel>-->
<!-- </v-card>-->
<v-container></v-container>
</template>
<script>
@@ -33,6 +34,7 @@ import 'echarts/lib/chart/pie';
export default {
name: "Dashboard",
components: {
// eslint-disable-next-line vue/no-unused-components
"v-chart": ECharts
},
computed: {