升级 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

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