antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template
MIT License
2.9k stars 224 forks source link

chore: remove `listenToStorageChanges: true`. It's true by default. #110

Closed ManUtopiK closed 1 year ago

ManUtopiK commented 1 year ago

Description

We don't need to set listenToStorageChanges: true as it's already by default. useStorageLocal use vueUse useStorageAsync under the hood. Here the default value in useStorage.