update ver

This commit is contained in:
Megghy
2023-12-22 11:45:29 +08:00
parent caa3c390a2
commit cb23bb7fc6
10 changed files with 5608 additions and 3429 deletions

View File

@@ -1,9 +1,9 @@
// vite.config.ts
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import path from 'path'
import svgLoader from 'vite-svg-loader'
import vue from '@vitejs/plugin-vue';
import vueJsx from '@vitejs/plugin-vue-jsx';
import path from 'path';
import { defineConfig } from 'vite';
import svgLoader from 'vite-svg-loader';
export default defineConfig({
plugins: [vue({