Fix of errors: automatic and some manual

This commit is contained in:
2024-11-04 19:56:03 +01:00
parent 90798b12e5
commit f05c25853c
41 changed files with 101 additions and 148 deletions

View File

@@ -40,11 +40,9 @@ import {
VNodeProps
} from 'vue'
const Teleport = teleport_ as {
new (): {
const Teleport = teleport_ as new () => {
$props: VNodeProps & TeleportProps
}
}
const store = useStore(key);