We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b0fc4 commit c730dacCopy full SHA for c730dac
lib/docs/scrapers/vue.rb
@@ -14,12 +14,12 @@ class Vue < UrlScraper
14
options[:replace_paths] = { 'guide/' => 'guide/index.html' }
15
16
options[:attribution] = <<-HTML
17
- © 2013–present Yuxi Evan You<br>
+ © 2018-present, Yuxi (Evan) You and Vue contributors<br>
18
Licensed under the MIT License.
19
HTML
20
21
version '3' do
22
- self.release = '3.5.18'
+ self.release = '3.5.28'
23
self.base_url = 'https://vuejs.org/'
24
self.initial_paths = %w(guide/introduction.html)
25
html_filters.push 'vue/entries_v3', 'vue/clean_html'
0 commit comments