[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-04-15 06:17:06 +00:00 committed by GitHub
parent 2604aeb973
commit 2134b87d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -4,12 +4,12 @@ import VaporComp from './VaporComp.vue'
import SimpleVaporComp from './components/SimpleVaporComp.vue'
const msg = ref('hello')
const passSlot = ref(true);
const passSlot = ref(true)
(window as any).calls = [];
(window as any).getCalls = () => {
const ret = (window as any).calls.slice();
(window as any).calls = []
;(window as any).calls = []
;(window as any).getCalls = () => {
const ret = (window as any).calls.slice()
;(window as any).calls = []
return ret
}