mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
4f6ee56cd8
commit
166a5c1eba
|
@ -191,7 +191,7 @@ describe('with object props', () => {
|
||||||
f: reactive({
|
f: reactive({
|
||||||
g: ref('hello' as GT),
|
g: ref('hello' as GT),
|
||||||
}),
|
}),
|
||||||
m: readonly(ref(1))
|
m: readonly(ref(1)),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
provide() {
|
provide() {
|
||||||
|
|
Loading…
Reference in New Issue