2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

fix: lint

This commit is contained in:
耗子
2024-11-01 21:54:06 +08:00
parent e2fb1080da
commit ff34cc72cc
11 changed files with 85 additions and 25 deletions

View File

@@ -2,7 +2,10 @@
import container from '@/api/panel/container'
const props = defineProps({
show: Boolean
show: {
type: Boolean,
required: true
}
})
const { show } = toRefs(props)