拆分弹窗去掉默认数字

This commit is contained in:
Yuan 2023-07-20 17:39:51 +08:00
parent e87aba7dd0
commit 4c954758ed

View File

@ -2,7 +2,7 @@
import { useDialogPluginComponent } from 'quasar';
import { ref } from 'vue';
const num = ref(3);
const num = ref<number>();
const dir = ref('ltr');
const dirOptions = [
{ label: '从左至右', value: 'ltr' },