Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Apr 24, 2024
1 parent 884cf92 commit 4be7db4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/welcome/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import { ref, markRaw } from "vue";
import ReCol from "@/components/ReCol";
import { useDark, randomGradient } from "./utils";
import WelcomeTable from "./components/table/index.vue";
import { ReNormalCountTo } from "@/components/ReCountTo";
import { useRenderFlicker } from "@/components/ReFlicker";
import WelcomeTable from "./components/WelcomeTable/index.vue";
import { ChartBar, ChartLine, ChartRound } from "./components/charts";
import Segmented, { type OptionsType } from "@/components/ReSegmented";
import { ChartBar, ChartLine, ChartRound } from "./components/WelcomeCharts";
import { chartData, barChartData, progressData, latestNewsData } from "./data";
defineOptions({
Expand Down

0 comments on commit 4be7db4

Please sign in to comment.