mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-21 22:39:58 +08:00
chore(form): timer type error
This commit is contained in:
parent
560a3acfae
commit
fa4a6d71f6
@ -220,7 +220,7 @@ export default defineComponent({
|
|||||||
emits: ['change', 'select'],
|
emits: ['change', 'select'],
|
||||||
|
|
||||||
setup(props, { emit }) {
|
setup(props, { emit }) {
|
||||||
let timer: number | null = null;
|
let timer: any | null = null;
|
||||||
const mForm = inject<FormState | undefined>('mForm');
|
const mForm = inject<FormState | undefined>('mForm');
|
||||||
|
|
||||||
const elTable = ref<any>();
|
const elTable = ref<any>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user