befly-admin 3.11.27 → 3.11.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "befly-admin",
|
|
3
|
-
"version": "3.11.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "3.11.28",
|
|
4
|
+
"gitHead": "de207dd938013c1c5a13cff065439762162596b2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
|
|
7
7
|
"files": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"preview": "vite preview"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@befly-addon/admin": "^1.7.
|
|
31
|
+
"@befly-addon/admin": "^1.7.28",
|
|
32
32
|
"@iconify-json/lucide": "^1.2.85",
|
|
33
33
|
"axios": "^1.13.2",
|
|
34
34
|
"befly-shared": "1.4.3",
|
|
@@ -114,6 +114,7 @@ declare module 'vue' {
|
|
|
114
114
|
readonly $Router: UnwrapRef<typeof import('../plugins/router')['$Router']>
|
|
115
115
|
readonly $Storage: UnwrapRef<typeof import('../plugins/storage')['$Storage']>
|
|
116
116
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
|
117
|
+
readonly MessagePlugin: UnwrapRef<typeof import('tdesign-vue-next')['MessagePlugin']>
|
|
117
118
|
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
|
118
119
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
119
120
|
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
|