Skip to content

Commit

Permalink
fix(examples): memory-leak 项目增加type描述
Browse files Browse the repository at this point in the history
  • Loading branch information
DymoneLewis committed Dec 12, 2024
1 parent 8800b94 commit b474678
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions examples/vue3-memory-leak/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "logicflow-node-red-vue3",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@logicflow/core": "workspace:*",
"@logicflow/engine": "workspace:*",
"element-plus": "^2.0.4",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.0"
}
}
{
"name": "logicflow-node-red-vue3",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@logicflow/core": "workspace:*",
"@logicflow/engine": "workspace:*",
"element-plus": "^2.0.4",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.0"
}
}

0 comments on commit b474678

Please sign in to comment.