fix: eslint errors

This commit is contained in:
0xJacky 2023-12-06 18:49:28 +08:00
parent 7c6b4fec91
commit 30f75ff7cd
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -53,6 +53,8 @@ const columns: Column[] = [{
const table = ref()
const inspect_config = ref()
function enable(name: string) {
domain.enable(name).then(() => {
message.success($gettext('Enabled successfully'))
@ -92,8 +94,6 @@ function handle_click_duplicate(name: string) {
target.value = name
}
const inspect_config = ref()
const route = useRoute()
watch(route, () => {