sindresorhus / electron-store

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
MIT License
4.57k stars 148 forks source link

The exception/error occurred when using electron-store in Vue 2. #260

Closed cc-7z closed 1 year ago

cc-7z commented 1 year ago

I tried to use electron-store in Vue 2, but encountered an error. Both my electron and electron-store packages are up to date. Here is an example of the error message.

image

sindresorhus commented 1 year ago

This is a problem with your bundler or bundler config, not this package.