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