Sub-Store 1.0版本

1. 移除了所有基于关键词的节点操作,统一使用基于正则表达式的节点操作。
2. UI的大量改进。
This commit is contained in:
Peng-YM
2020-12-05 13:39:11 +08:00
parent 4d1b80ff63
commit 2766e23aa0
58 changed files with 4374 additions and 825 deletions

View File

@@ -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() {