How do I get Vue devtools to work?

I have not been successful in getting Vue devtools to work with Plasmo. I followed the instructions in the Vue devtools docs to use it as a dependency: https://devtools.vuejs.org/guide/installation.html#using-dependency-package I had to add this to my package.json: "manifest": { "content_security_policy": { "extension_pages": "script-src 'self' http://localhost:8098; object-src 'self'" } } It seems to connect, but the electron version of the Vue devtools just keeps loading forever. Has anyone gotten this to work?