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