Skip to content

Commit

Permalink
fix dashboard dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
phcreery committed Jun 18, 2023
1 parent 305dcd2 commit 336407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
</template>

<script setup lang="ts" name="dashboard">
<script setup lang="ts" name="Home">
import { ref, onMounted, computed, watch } from "vue";
import * as echarts from "echarts";
import echartsThemeWonderland from "./echarts-theme-wonderland.json";
Expand Down

0 comments on commit 336407c

Please sign in to comment.