升级 layer 1.1.6

This commit is contained in:
就眠儀式 2021-12-12 22:46:40 +08:00
parent 6d0600fcc1
commit 5c11b731d5
2 changed files with 3 additions and 2 deletions

View File

@ -30,14 +30,14 @@
"peerDependencies": {
"vue": "^3.2.24",
"vue-router": "^4.0.12",
"@layui/layer-vue": "^1.1.3",
"@layui/layer-vue": "^1.1.6",
"@layui/icons-vue": "^1.0.1",
"@layui/hooks-vue": "^0.1.6"
},
"dependencies": {
"vue": "^3.2.24",
"vue-router": "^4.0.12",
"@layui/layer-vue": "^1.1.3",
"@layui/layer-vue": "^1.1.6",
"@layui/icons-vue": "^1.0.1",
"@layui/hooks-vue": "^0.1.6"
},

View File

@ -1,4 +1,5 @@
import type { App, DefineComponent, Ref } from 'vue'
export type StringObject = Record<string, unknown>
export type UnknownObject = Record<string | number, unknown>