v1.0.2 - updates

This commit is contained in:
LINING-PC\lining
2025-07-02 12:51:31 +08:00
parent 376a26aa84
commit c590bea490
19 changed files with 51 additions and 36 deletions
+2
View File
@@ -5,6 +5,8 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
build: {
outDir: './npm-package/dist',
emptyOutDir: true,
lib: {
entry: './src/index.ts',
name: 'JordiumGanttVue3',