Browse Source

Update Vue documentation (3.5.18)

Simon Legner 4 months ago
parent
commit
26099b76cb
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
     HTML
 
 
     version '3' do
     version '3' do
-      self.release = '3.5.13'
+      self.release = '3.5.18'
       self.base_url = 'https://vuejs.org/'
       self.base_url = 'https://vuejs.org/'
       self.initial_paths = %w(guide/introduction.html)
       self.initial_paths = %w(guide/introduction.html)
       html_filters.push 'vue/entries_v3', 'vue/clean_html'
       html_filters.push 'vue/entries_v3', 'vue/clean_html'