mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 09:13:49 +08:00
fix: lint
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
import container from '@/api/panel/container'
|
||||
|
||||
const props = defineProps({
|
||||
show: Boolean
|
||||
show: {
|
||||
type: Boolean,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
|
||||
const { show } = toRefs(props)
|
||||
|
||||
Reference in New Issue
Block a user