mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
feat: 优化菜单,添加 menuArrowIconNoTransition 全局配置
This commit is contained in:
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@@ -22,7 +22,7 @@ specifiers:
|
||||
"@pureadmin/descriptions": ^1.1.0
|
||||
"@pureadmin/table": ^1.2.0
|
||||
"@pureadmin/theme": ^2.4.0
|
||||
"@pureadmin/utils": ^1.2.1
|
||||
"@pureadmin/utils": ^1.6.5
|
||||
"@types/element-resize-detector": 1.1.3
|
||||
"@types/js-cookie": ^3.0.1
|
||||
"@types/lodash": ^4.14.180
|
||||
@@ -133,7 +133,7 @@ dependencies:
|
||||
"@pureadmin/components": 1.1.0_vue@3.2.45
|
||||
"@pureadmin/descriptions": 1.1.1_element-plus@2.2.21
|
||||
"@pureadmin/table": 1.2.0_element-plus@2.2.21
|
||||
"@pureadmin/utils": 1.2.1_aotapuqn7htzdjltsyimavekky
|
||||
"@pureadmin/utils": 1.6.5_aotapuqn7htzdjltsyimavekky
|
||||
"@vueuse/core": 9.5.0_vue@3.2.45
|
||||
"@vueuse/motion": 2.0.0-beta.12_vue@3.2.45
|
||||
"@wangeditor/editor": 5.1.22
|
||||
@@ -1138,8 +1138,8 @@ packages:
|
||||
vue-i18n:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@intlify/message-compiler": 9.3.0-beta.6
|
||||
"@intlify/shared": 9.3.0-beta.6
|
||||
"@intlify/message-compiler": 9.3.0-beta.7
|
||||
"@intlify/shared": 9.3.0-beta.7
|
||||
jsonc-eslint-parser: 1.4.1
|
||||
source-map: 0.6.1
|
||||
vue-i18n: 9.2.2_vue@3.2.45
|
||||
@@ -1177,14 +1177,14 @@ packages:
|
||||
"@intlify/shared": 9.2.2
|
||||
source-map: 0.6.1
|
||||
|
||||
/@intlify/message-compiler/9.3.0-beta.6:
|
||||
/@intlify/message-compiler/9.3.0-beta.7:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3PJqRJoqvFHExA9DCkf7fZYKbvYne1tYQ0fptJAhUOZsELarh8wr4aPLKWCkQSRuutdrtZ/n5CcPgJgUmVthDw==
|
||||
integrity: sha512-70r2UNp6DyKtIM4FgYCwdSuBK7xqCx2rVSXLMFiDRQi8pwooBklmOuzA0j7Q8ffbwKlFUJEEr2xPHZz2TJ6NAw==
|
||||
}
|
||||
engines: { node: ">= 14" }
|
||||
dependencies:
|
||||
"@intlify/shared": 9.3.0-beta.6
|
||||
"@intlify/shared": 9.3.0-beta.7
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
@@ -1195,10 +1195,10 @@ packages:
|
||||
}
|
||||
engines: { node: ">= 14" }
|
||||
|
||||
/@intlify/shared/9.3.0-beta.6:
|
||||
/@intlify/shared/9.3.0-beta.7:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ITA1R4tvJYwZXT5x6QCSwxcwQ4dU52zrzVm/EUbgsp8oWzYS1xexBrxyNM80PSQudYvL2rvcZJKQ7yBh7b0LkQ==
|
||||
integrity: sha512-weWqKXyv94rdPXbSFYvA4yIwLYDhzgIWfgrVQ6UYARobPFE3BN+woWmjlGmASTyXMzZtTsq21b0LCN9SHN8pxQ==
|
||||
}
|
||||
engines: { node: ">= 14" }
|
||||
dev: true
|
||||
@@ -1222,7 +1222,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@intlify/bundle-utils": 3.2.1_vue-i18n@9.2.2
|
||||
"@intlify/shared": 9.3.0-beta.6
|
||||
"@intlify/shared": 9.3.0-beta.7
|
||||
"@rollup/pluginutils": 4.2.1
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.12
|
||||
@@ -1410,10 +1410,10 @@ packages:
|
||||
string-hash: 1.1.3
|
||||
dev: true
|
||||
|
||||
/@pureadmin/utils/1.2.1_aotapuqn7htzdjltsyimavekky:
|
||||
/@pureadmin/utils/1.6.5_aotapuqn7htzdjltsyimavekky:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-qcuRwW2DoXHCblFcZcYVAypV12I2P5sw0fvBnLfREtQ3Zlx51y4z0hOByncBFrNc9vFc3CoNM9UYlzsIedNP9A==
|
||||
integrity: sha512-FxMRtKFWxkAcWBqjiI9uxo/3EnObFwAegSXEim5VFrEHogG177skpRj+Z51jfCAdCdwimDrZUdkuEn5c2yqIOA==
|
||||
}
|
||||
peerDependencies:
|
||||
dayjs: "*"
|
||||
|
||||
Reference in New Issue
Block a user