feat(renderer-adapter) : 增加 vue2 渲染适配器

This commit is contained in:
wangxuefeng
2025-03-21 09:49:54 +08:00
parent 4e584fccf3
commit c3ac1584c3
4 changed files with 164 additions and 117 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@sy/wujie-vue3-renderer-adapter",
"version": "1.0.0-alpha.2",
"description": "wujie-vue3 ycode renderer adapter",
"name": "@sy/wujie-vue2-renderer-adapter",
"version": "1.0.0-alpha.1",
"description": "wujie-vue2 ycode renderer adapter",
"type": "module",
"scripts": {
"build": "vite build"
@@ -27,13 +27,13 @@
"dependencies": {
"licia-es": "catalog:",
"vue": "2.7.16",
"vue-property-decorator": "9.1.2",
"wujie-vue2": "1.0.22"
},
"devDependencies": {
"@types/axios": "0.14.4",
"@vitejs/plugin-vue": "catalog:",
"axios": "catalog:",
"vite-plugin-dts": "catalog:",
"vue-router": ""
"vite-plugin-dts": "catalog:"
}
}