File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 " />.
You can’t perform that action at this time.
0 commit comments