发布 0.1.0:通知渠道、告警规则与多项体验修复
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import { NCheckbox, NInput, useMessage } from 'naive-ui'
|
||||
import { NCheckbox, NInput } from 'naive-ui'
|
||||
import { computed, reactive, ref, watch } from 'vue'
|
||||
|
||||
import { createVcn } from '@/api/networks'
|
||||
import FormField from '@/components/FormField.vue'
|
||||
import FormModal from '@/components/FormModal.vue'
|
||||
import { defaultResourceName } from '@/composables/useFormat'
|
||||
import { useToast } from '@/composables/useToast'
|
||||
|
||||
/** 租户 / 区间 / 区域直接使用父页面当前值,不在表单中出现 */
|
||||
const props = defineProps<{
|
||||
@@ -16,7 +17,7 @@ const props = defineProps<{
|
||||
}>()
|
||||
const emit = defineEmits<{ 'update:show': [boolean]; created: [] }>()
|
||||
|
||||
const message = useMessage()
|
||||
const message = useToast()
|
||||
const submitting = ref(false)
|
||||
|
||||
const blank = {
|
||||
|
||||
Reference in New Issue
Block a user