Commit 90e00cf0 authored by zhengke's avatar zhengke

no message

parents 0bf636a8 dde46752
......@@ -20,3 +20,5 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
package-lock.json
yarn.lock
This diff is collapsed.
......@@ -11,6 +11,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@icon-park/vue-next": "^1.4.2",
"@types/psd": "^3.4.3",
"animate.css": "^4.1.1",
"axios": "^1.6.2",
"chartist": "^1.3.0",
......@@ -41,6 +42,7 @@
"prosemirror-schema-list": "^1.2.1",
"prosemirror-state": "^1.4.1",
"prosemirror-view": "^1.27.2",
"psd.js": "^3.9.0",
"register-service-worker": "^1.7.2",
"svg-arc-to-cubic-bezier": "^3.2.0",
"svg-pathdata": "^6.0.3",
......
......@@ -21,7 +21,7 @@ import Editor from './views/Editor/index.vue'
import Screen from './views/Screen/index.vue'
import Mobile from './views/Mobile/index.vue'
import Market from './views/Market/Index.vue'
import NewFile from './views/Market/newFile.vue'
const searchData = ref({} as any)
provide(injectKeyTemplate,searchData)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment