mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: eslint errors
This commit is contained in:
parent
7c6b4fec91
commit
30f75ff7cd
1 changed files with 2 additions and 2 deletions
|
@ -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, () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue