mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
2604aeb973
commit
2134b87d0d
|
@ -4,12 +4,12 @@ import VaporComp from './VaporComp.vue'
|
||||||
import SimpleVaporComp from './components/SimpleVaporComp.vue'
|
import SimpleVaporComp from './components/SimpleVaporComp.vue'
|
||||||
|
|
||||||
const msg = ref('hello')
|
const msg = ref('hello')
|
||||||
const passSlot = ref(true);
|
const passSlot = ref(true)
|
||||||
|
|
||||||
(window as any).calls = [];
|
;(window as any).calls = []
|
||||||
(window as any).getCalls = () => {
|
;(window as any).getCalls = () => {
|
||||||
const ret = (window as any).calls.slice();
|
const ret = (window as any).calls.slice()
|
||||||
(window as any).calls = []
|
;(window as any).calls = []
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue