feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -26,6 +26,8 @@ import { computed, watch, nextTick, onUnmounted } from 'vue';
|
||||
import { NETWORK_ERROR_MSG } from '@/config';
|
||||
import { useBoolean } from '@/hooks';
|
||||
|
||||
defineOptions({ name: 'LoadingEmptyWrapper' });
|
||||
|
||||
interface Props {
|
||||
/** 是否加载 */
|
||||
loading: boolean;
|
||||
|
||||
Reference in New Issue
Block a user