mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import eruda from 'vite-plugin-eruda';
|
|
|
|
export const ConfigEruda = () => {
|
|
return eruda();
|
|
};
|