Update VueUse documentation (12.5.0)

pull/2431/head
Simon Legner 2 weeks ago
parent 27ec5a0889
commit e993bafc47

@ -248,6 +248,10 @@ module Docs
"text": "usePreferredReducedMotion", "text": "usePreferredReducedMotion",
"link": "/core/usePreferredReducedMotion/" "link": "/core/usePreferredReducedMotion/"
}, },
{
"text": "usePreferredReducedTransparency",
"link": "/core/usePreferredReducedTransparency/"
},
{ {
"text": "useScreenOrientation", "text": "useScreenOrientation",
"link": "/core/useScreenOrientation/" "link": "/core/useScreenOrientation/"
@ -264,6 +268,10 @@ module Docs
"text": "useShare", "text": "useShare",
"link": "/core/useShare/" "link": "/core/useShare/"
}, },
{
"text": "useSSRWidth",
"link": "/core/useSSRWidth/"
},
{ {
"text": "useStyleTag", "text": "useStyleTag",
"link": "/core/useStyleTag/" "link": "/core/useStyleTag/"
@ -313,6 +321,10 @@ module Docs
"text": "onClickOutside", "text": "onClickOutside",
"link": "/core/onClickOutside/" "link": "/core/onClickOutside/"
}, },
{
"text": "onElementRemoval",
"link": "/core/onElementRemoval/"
},
{ {
"text": "onKeyStroke", "text": "onKeyStroke",
"link": "/core/onKeyStroke/" "link": "/core/onKeyStroke/"
@ -788,6 +800,10 @@ module Docs
{ {
"text": "Time", "text": "Time",
"items": [ "items": [
{
"text": "useCountdown",
"link": "/core/useCountdown/"
},
{ {
"text": "useDateFormat", "text": "useDateFormat",
"link": "/shared/useDateFormat/" "link": "/shared/useDateFormat/"

@ -22,7 +22,7 @@ module Docs
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
self.release = '12.0.0' self.release = '12.5.0'
self.base_url = 'https://vueuse.org/' self.base_url = 'https://vueuse.org/'
self.initial_paths = %w(functions.html) self.initial_paths = %w(functions.html)
html_filters.push 'vueuse/entries', 'vite/clean_html', 'vueuse/clean_html' html_filters.push 'vueuse/entries', 'vite/clean_html', 'vueuse/clean_html'

Loading…
Cancel
Save