mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
chore: migrate to ESlint v9
This commit is contained in:
parent
8c00292fa1
commit
4f25a0c670
142 changed files with 4387 additions and 2052 deletions
|
@ -1,9 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import Icon, { ArrowDownOutlined, ArrowUpOutlined, DatabaseOutlined, LineChartOutlined } from '@ant-design/icons-vue'
|
||||
import cpu from '@/assets/svg/cpu.svg?component'
|
||||
import memory from '@/assets/svg/memory.svg?component'
|
||||
import { bytesToSize } from '@/lib/helper'
|
||||
import UsageProgressLine from '@/components/Chart/UsageProgressLine.vue'
|
||||
import { bytesToSize } from '@/lib/helper'
|
||||
import Icon, { ArrowDownOutlined, ArrowUpOutlined, DatabaseOutlined, LineChartOutlined } from '@ant-design/icons-vue'
|
||||
|
||||
defineProps<{
|
||||
item: {
|
||||
|
@ -157,5 +157,4 @@ defineProps<{
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue