mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
11 lines
176 B
TypeScript
11 lines
176 B
TypeScript
/**
|
|
* @name ConfigEruda
|
|
* @description 控制台,方便移动端调试
|
|
*/
|
|
|
|
import eruda from 'vite-plugin-eruda';
|
|
|
|
export const ConfigEruda = () => {
|
|
return eruda();
|
|
};
|