升级 layer 1.1.6
This commit is contained in:
parent
6d0600fcc1
commit
5c11b731d5
@ -30,14 +30,14 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^3.2.24",
|
"vue": "^3.2.24",
|
||||||
"vue-router": "^4.0.12",
|
"vue-router": "^4.0.12",
|
||||||
"@layui/layer-vue": "^1.1.3",
|
"@layui/layer-vue": "^1.1.6",
|
||||||
"@layui/icons-vue": "^1.0.1",
|
"@layui/icons-vue": "^1.0.1",
|
||||||
"@layui/hooks-vue": "^0.1.6"
|
"@layui/hooks-vue": "^0.1.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.2.24",
|
"vue": "^3.2.24",
|
||||||
"vue-router": "^4.0.12",
|
"vue-router": "^4.0.12",
|
||||||
"@layui/layer-vue": "^1.1.3",
|
"@layui/layer-vue": "^1.1.6",
|
||||||
"@layui/icons-vue": "^1.0.1",
|
"@layui/icons-vue": "^1.0.1",
|
||||||
"@layui/hooks-vue": "^0.1.6"
|
"@layui/hooks-vue": "^0.1.6"
|
||||||
},
|
},
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import type { App, DefineComponent, Ref } from 'vue'
|
import type { App, DefineComponent, Ref } from 'vue'
|
||||||
|
|
||||||
export type StringObject = Record<string, unknown>
|
export type StringObject = Record<string, unknown>
|
||||||
|
|
||||||
export type UnknownObject = Record<string | number, unknown>
|
export type UnknownObject = Record<string | number, unknown>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user