fix axios.

This commit is contained in:
2023-01-21 10:15:22 +08:00
parent 0b2d9e3efd
commit f75ae1b00d
7 changed files with 134 additions and 92 deletions

View File

@@ -1,5 +1,11 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import { DataTableColumn } from "naive-ui"
<template>rank list</template>
const columns: DataTableColumn[] = []
</script>
<template>
<n-data-table :columns="columns" />
</template>
<style scoped></style>