/**
* @name ConfigEruda
* @description 控制台,方便移动端调试
*/
import eruda from 'vite-plugin-eruda';
export const ConfigEruda = () => {
return eruda();
};