mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
refactor: refresh webui
This commit is contained in:
parent
59d59dd3ed
commit
4c7e037b76
138 changed files with 2232 additions and 1071 deletions
|
@ -1,6 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { message } from 'ant-design-vue'
|
||||
import gettext from '@/gettext'
|
||||
import StdDataEntry from '@/components/StdDesign/StdDataEntry'
|
||||
|
||||
const props = defineProps<{
|
||||
|
@ -11,8 +10,6 @@ const props = defineProps<{
|
|||
|
||||
const emit = defineEmits(['onSave'])
|
||||
|
||||
const { $gettext } = gettext
|
||||
|
||||
const batchColumns = ref([])
|
||||
|
||||
const visible = ref(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue