mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
import vue from '@vitejs/plugin-vue';
|
|
import vueJsx from '@vitejs/plugin-vue-jsx'; // https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx
|
|
|
|
const plugins = [vue(), vueJsx()];
|
|
|
|
export default plugins;
|