chore: 渲染适配器剔除使用不上的依赖
This commit is contained in:
parent
748678d6cd
commit
86dc19193a
@ -44,6 +44,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
path: 'y-code-designer',
|
path: 'y-code-designer',
|
||||||
name: 'YCodeDesigner',
|
name: 'YCodeDesigner',
|
||||||
meta: {
|
meta: {
|
||||||
|
hideInMenu: true,
|
||||||
title: '低代码设计器',
|
title: '低代码设计器',
|
||||||
icon: 'ant-design:edit-outlined',
|
icon: 'ant-design:edit-outlined',
|
||||||
},
|
},
|
||||||
@ -75,6 +76,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
path: 'test',
|
path: 'test',
|
||||||
name: `Test`,
|
name: `Test`,
|
||||||
meta: {
|
meta: {
|
||||||
|
hideInMenu: true,
|
||||||
keepAlive: false,
|
keepAlive: false,
|
||||||
title: '测试',
|
title: '测试',
|
||||||
icon: 'ant-design:delete-outlined',
|
icon: 'ant-design:delete-outlined',
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@sy/wujie-vue3-renderer-adapter",
|
"name": "@sy/wujie-vue3-renderer-adapter",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.0-alpha.2",
|
||||||
"description": "wujie-vue3 renderer adapter",
|
"description": "wujie-vue3 ycode renderer adapter",
|
||||||
"private": true,
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build"
|
"build": "vite build"
|
||||||
@ -27,14 +26,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"licia-es": "catalog:",
|
"licia-es": "catalog:",
|
||||||
"postmate": "catalog:",
|
|
||||||
"vue": "catalog:",
|
"vue": "catalog:",
|
||||||
"wujie-vue3": "1.0.22"
|
"wujie-vue3": "1.0.22"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@farmfe/cli": "^1.0.4",
|
|
||||||
"@farmfe/core": "^1.7.1",
|
|
||||||
"@types/postmate": "catalog:",
|
|
||||||
"@vitejs/plugin-vue": "catalog:",
|
"@vitejs/plugin-vue": "catalog:",
|
||||||
"vite-plugin-dts": "catalog:",
|
"vite-plugin-dts": "catalog:",
|
||||||
"vue-router": "catalog:"
|
"vue-router": "catalog:"
|
||||||
|
807
pnpm-lock.yaml
generated
807
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user