Update VueUse documentation (9.8.2)

pull/1896/head
Simon Legner 2 years ago
parent 5ff801d306
commit 9fd2dde566

@ -22,13 +22,13 @@ module Docs
Licensed under the MIT License.
HTML
self.release = '9.4.0'
self.release = '9.8.2'
self.base_url = 'https://vueuse.org/'
self.initial_paths = %w(functions.html)
html_filters.push 'vueuse/entries', 'vite/clean_html', 'vueuse/clean_html'
def get_latest_version(opts)
get_npm_version('vueuse', opts)
get_npm_version('@vueuse/core', opts)
end
end
end

Loading…
Cancel
Save