Browse Source

Update Vue documentation (3.5.13)

Simon Legner 1 year ago
parent
commit
2c4c474bce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/vue.rb

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

@@ -19,7 +19,7 @@ module Docs
     HTML
 
     version '3' do
-      self.release = '3.5.2'
+      self.release = '3.5.13'
       self.base_url = 'https://vuejs.org/'
       self.initial_paths = %w(guide/introduction.html)
       html_filters.push 'vue/entries_v3', 'vue/clean_html'