mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: modal does not pop up when toggle tls #70
This commit is contained in:
parent
f455cf13b8
commit
c8550441a6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import LogEntry from '@/views/domain/ngx_conf/LogEntry.vue'
|
|||
import ConfigTemplate from '@/views/domain/ngx_conf/config_template/ConfigTemplate.vue'
|
||||
import CodeEditor from '@/components/CodeEditor/CodeEditor.vue'
|
||||
import {MoreOutlined, PlusOutlined} from '@ant-design/icons-vue'
|
||||
import {Modal} from 'ant-design-vue'
|
||||
import Modal from 'ant-design-vue/lib/modal'
|
||||
import template from '@/api/template'
|
||||
|
||||
const {$gettext} = useGettext()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue