Some history handling

This commit is contained in:
Johannes Zellner
2023-02-26 15:00:16 +01:00
parent c87e0b16f1
commit d7c3a6cec9
3 changed files with 14 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
})
plugins: [vue()]
});