Skip to content

Commit 89af3c1

Browse files
committed
docs: remove old references to localstorage being WIP
1 parent 17bfe8c commit 89af3c1

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Each composition function is designed to degrade gracefully so you can safely us
3838
- [Fetch API](https://logaretm.github.io/vue-use-web/guide/fetch.md).
3939
- [Full-screen](https://logaretm.github.io/vue-use-web/guide/fullscreen.md).
4040
- [Geo-location API](https://logaretm.github.io/vue-use-web/guide/geolocation.md).
41-
- [Local-storage API](https://logaretm.github.io/vue-use-web/guide/local-storage.md)
41+
- [Localstorage API](https://logaretm.github.io/vue-use-web/guide/local-storage.md)
4242
- [Intersection Observer](https://logaretm.github.io/vue-use-web/guide/intersection-observer.md).
4343
- [Mouse Position](https://logaretm.github.io/vue-use-web/guide/mouse-position.md)
4444
- [Network Information API](https://logaretm.github.io/vue-use-web/guide/network.md).
@@ -48,7 +48,6 @@ Each composition function is designed to degrade gracefully so you can safely us
4848
- [Window Scroll Position](https://logaretm.github.io/vue-use-web/guide/scroll-position.md).
4949
- [Window Size](https://logaretm.github.io/vue-use-web/guide/window-size.md).
5050
- Bluetooth (WIP).
51-
- Local storage (WIP).
5251
- Notification (WIP).
5352
- Share (WIP).
5453

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ npm install @vue/composition-api vue-use-web
5555
- [Window Scroll Position](./guide/scroll-position.md).
5656
- [Window Size](./guide/window-size.md).
5757
- Bluetooth <Badge text="WIP" type="warn" />.
58-
- Local storage <Badge text="WIP" type="warn" />.
5958
- Notification <Badge text="WIP" type="warn" />.
6059
- Share <Badge text="WIP" type="warn" />.
6160

docs/guide/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ These are the currently implemented Web APIs and the planned ones.
3939
- [Window Scroll Position](./scroll-position.md).
4040
- [Window Size](./window-size.md).
4141
- Bluetooth <Badge text="WIP" type="warn" />.
42-
- Local storage <Badge text="WIP" type="warn" />.
4342
- Notification <Badge text="WIP" type="warn" />.
4443
- Share <Badge text="WIP" type="warn" />.

0 commit comments

Comments
 (0)