@@ -4,7 +4,7 @@ lang: en-US
44home : true
55# heroImage:
66actionText : Get Started →
7- actionLink : ./guide /
7+ actionLink : ./functions /
88features :
99 - title : Reactive
1010 details : All the APIs have been repurposed to be reactive so you can use them directly in your components.
@@ -37,30 +37,30 @@ npm install @vue/composition-api vue-use-web
3737
3838## Web APIs
3939
40- - [ Battery Status API] ( ./guide /battery.md ) .
41- - [ Clipboard API] ( ./guide /clipboard.md ) .
42- - [ Device Light] ( ./guide /device-light.md ) .
43- - [ Device Motion] ( ./guide /device-motion.md ) .
44- - [ Device Orientation] ( ./guide /device-orientation.md ) .
45- - [ Document Visibility] ( ./guide /document-visibility.md ) .
46- - [ Event Listener] ( ./guide /event-listener ) .
47- - [ Fetch API] ( ./guide /fetch.md ) .
48- - [ Full-screen] ( ./guide /fullscreen.md ) .
49- - [ Geo-location API] ( ./guide /geolocation.md ) .
50- - [ Hardware Concurrency] ( ./guide /hardware-concurrency.md ) .
51- - [ Intersection Observer] ( ./guide /intersection-observer.md ) .
52- - [ Local-storage API] ( ./guide /local-storage.md )
53- - [ Media Query] ( ./guide /media-query.md )
54- - [ Memory Status] ( ./guide /memory-status.md ) .
55- - [ Mouse Position] ( ./guide /mouse-position.md )
56- - [ Network Information API] ( ./guide /network.md ) .
57- - [ Preferred Color Scheme] ( ./guide /preferred-color-scheme.md ) .
58- - [ Preferred Languages] ( ./guide /preferred-languages.md ) .
59- - [ Script] ( ./guide /script.md ) .
60- - [ WebSocket] ( ./guide /websocket.md ) .
61- - [ Window Scroll Position] ( ./guide /scroll-position.md ) .
62- - [ Window Size] ( ./guide /window-size.md ) .
63- - [ Worker] ( ./guide /worker.md ) .
40+ - [ Battery Status API] ( ./functions /battery.md ) .
41+ - [ Clipboard API] ( ./functions /clipboard.md ) .
42+ - [ Device Light] ( ./functions /device-light.md ) .
43+ - [ Device Motion] ( ./functions /device-motion.md ) .
44+ - [ Device Orientation] ( ./functions /device-orientation.md ) .
45+ - [ Document Visibility] ( ./functions /document-visibility.md ) .
46+ - [ Event Listener] ( ./functions /event-listener ) .
47+ - [ Fetch API] ( ./functions /fetch.md ) .
48+ - [ Full-screen] ( ./functions /fullscreen.md ) .
49+ - [ Geo-location API] ( ./functions /geolocation.md ) .
50+ - [ Hardware Concurrency] ( ./functions /hardware-concurrency.md ) .
51+ - [ Intersection Observer] ( ./functions /intersection-observer.md ) .
52+ - [ Local-storage API] ( ./functions /local-storage.md )
53+ - [ Media Query] ( ./functions /media-query.md )
54+ - [ Memory Status] ( ./functions /memory-status.md ) .
55+ - [ Mouse Position] ( ./functions /mouse-position.md )
56+ - [ Network Information API] ( ./functions /network.md ) .
57+ - [ Preferred Color Scheme] ( ./functions /preferred-color-scheme.md ) .
58+ - [ Preferred Languages] ( ./functions /preferred-languages.md ) .
59+ - [ Script] ( ./functions /script.md ) .
60+ - [ WebSocket] ( ./functions /websocket.md ) .
61+ - [ Window Scroll Position] ( ./functions /scroll-position.md ) .
62+ - [ Window Size] ( ./functions /window-size.md ) .
63+ - [ Worker] ( ./functions /worker.md ) .
6464- Bluetooth <Badge text =" WIP " type =" warn " />.
6565- Notification <Badge text =" WIP " type =" warn " />.
6666- Share <Badge text =" WIP " type =" warn " />.
0 commit comments