chore: 修改type
This commit is contained in:
parent
627c12ddc6
commit
b3d00730e9
@ -21,7 +21,7 @@ import ModalDemo from './modal.vue';
|
|||||||
import TableTest from './table';
|
import TableTest from './table';
|
||||||
|
|
||||||
const count = ref(0);
|
const count = ref(0);
|
||||||
let intervalId: number = 0;
|
let intervalId: null | ReturnType<typeof setInterval> = null;
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
intervalId = setInterval(() => {
|
intervalId = setInterval(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user