mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 16:13:17 +08:00
Sub-Store 1.0版本
1. 移除了所有基于关键词的节点操作,统一使用基于正则表达式的节点操作。 2. UI的大量改进。
This commit is contained in:
@@ -1,41 +1,11 @@
|
||||
<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-container></v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ECharts from 'vue-echarts';
|
||||
import 'echarts/lib/chart/pie';
|
||||
|
||||
export default {
|
||||
name: "Dashboard",
|
||||
components: {
|
||||
// eslint-disable-next-line vue/no-unused-components
|
||||
"v-chart": ECharts
|
||||
},
|
||||
computed: {
|
||||
pie() {
|
||||
|
||||
Reference in New Issue
Block a user