mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-09 07:51:10 +08:00
chore: 修改type
This commit is contained in:
@@ -21,7 +21,7 @@ import ModalDemo from './modal.vue';
|
||||
import TableTest from './table';
|
||||
|
||||
const count = ref(0);
|
||||
let intervalId: number = 0;
|
||||
let intervalId: null | ReturnType<typeof setInterval> = null;
|
||||
|
||||
onMounted(() => {
|
||||
intervalId = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user