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.
2 parents 1fd84b7 + e6b2f05 commit ef03004Copy full SHA for ef03004
packages/api/src/proxy.ts
@@ -36,7 +36,7 @@ export class ApiProxy<TTarget extends DevtoolsPluginApi<any> = DevtoolsPluginApi
36
}
37
38
const localSettingsSaveId = `__vue-devtools-plugin-settings__${plugin.id}`
39
- let currentSettings = { ...defaultSettings }
+ let currentSettings = Object.assign({}, defaultSettings)
40
try {
41
const raw = localStorage.getItem(localSettingsSaveId)
42
const data = JSON.parse(raw)
0 commit comments