Vue-devtools: Dark theme not being saved. Reverts to Light on page reload.

Created on 27 Mar 2019  路  5Comments  路  Source: vuejs/vue-devtools

Select dark theme in Settings
Reload page and theme reverts to light.

Most helpful comment

This is likely the same issue I had where settings weren't being stored in localStorage, due to me setting chrome to block 3rd party cookies, which also affects extensions.

I resolved this by adding vue-devtools to the allow list on the chrome cookies setting page (chrome://settings/content/cookies).

chrome-extension://{vue-devtools extension id}

Hopefully that helps anyone else in the same boat.

All 5 comments

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!

This is likely the same issue I had where settings weren't being stored in localStorage, due to me setting chrome to block 3rd party cookies, which also affects extensions.

I resolved this by adding vue-devtools to the allow list on the chrome cookies setting page (chrome://settings/content/cookies).

chrome-extension://{vue-devtools extension id}

Hopefully that helps anyone else in the same boat.

I'm not sure I'm entering this correctly. This is what I have which isn't working.
Screenshot 2019-03-29 at 10 25 05

I'm not sure I'm entering this correctly. This is what I have which isn't working.
Screenshot 2019-03-29 at 10 25 05

you need to use the extension id (found on extensions settings page - chrome://extensions/). {vue-devtools extension id} is just a placeholder for example.

this is what mine looks like - chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/

Thanks, that sorted it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stiltet picture stiltet  路  3Comments

trollderius picture trollderius  路  3Comments

ispal picture ispal  路  4Comments

mitramejia picture mitramejia  路  3Comments

mikaelhadler picture mikaelhadler  路  3Comments