We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51fb74 commit 951fbb1Copy full SHA for 951fbb1
packages/reactivity/src/collectionHandlers.ts
@@ -228,7 +228,7 @@ function createReadonlyMethod(type: TriggerOpTypes): Function {
228
if (__DEV__) {
229
const key = args[0] ? `on key "${args[0]}" ` : ``
230
console.warn(
231
- `${capitalize(type)} operation ${key} failed: target is readonly.`,
+ `${capitalize(type)} operation ${key}failed: target is readonly.`,
232
toRaw(this)
233
)
234
}
0 commit comments