Browse Source

bump vue to 2.6.10

Jiawen Geng 6 years ago
parent
commit
710b1151ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/vue.rb

+ 2 - 2
lib/docs/scrapers/vue.rb

@@ -15,12 +15,12 @@ module Docs
     options[:replace_paths] = { 'guide/' => 'guide/index.html' }
 
     options[:attribution] = <<-HTML
-      &copy; 2013&ndash;2018 Evan You, Vue.js contributors<br>
+      &copy; 2013&ndash;2019 Evan You, Vue.js contributors<br>
       Licensed under the MIT License.
     HTML
 
     version '2' do
-      self.release = '2.5.16'
+      self.release = '2.6.10'
       self.base_url = 'https://vuejs.org/v2/'
       self.root_path = 'guide/index.html'
       self.initial_paths = %w(api/)