fix: modal does not pop up when toggle tls #70

This commit is contained in:
0xJacky 2023-04-21 15:32:25 +08:00
parent f455cf13b8
commit c8550441a6
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -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()